Bug in reconcile for bank amount: total_invoice is null for FIN and ODS
This commit is contained in:
parent
75d5ff22d5
commit
a53c93a06f
1 changed files with 1 additions and 1 deletions
|
|
@ -395,7 +395,7 @@ class Acc_Ledger_Search
|
|||
from quant_purchase
|
||||
where qp_internal=X.jr_internal) as invoice_purchase
|
||||
)
|
||||
else null
|
||||
else jr_montant
|
||||
end as total_invoice,
|
||||
jr_date_paid,
|
||||
to_char(jr_date_paid,'DD.MM.YY') as str_jr_date_paid,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue