Bug in print_ledger_purchase for company w/o vat
This commit is contained in:
parent
4cbf74aab6
commit
4f6130cfa7
1 changed files with 1 additions and 1 deletions
|
|
@ -733,7 +733,7 @@ class Acc_Ledger_Purchase extends Acc_Ledger
|
|||
,$j_id /* 2 */
|
||||
,${"e_march".$i} /* 3 */
|
||||
,${"e_quant".$i} /* 4 */
|
||||
,round($acc_amount->$amount,2) /* 5 */
|
||||
,round($acc_amount->amount,2) /* 5 */
|
||||
,0 /* 6 */
|
||||
,null/* 7 */
|
||||
,$acc_amount->amount_nd /* 8 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue