Changement nom : immo_link => credit_link
This commit is contained in:
parent
d06dd424b3
commit
c620ac769e
6 changed files with 23 additions and 16 deletions
|
|
@ -58,7 +58,7 @@
|
|||
WHERE account.code = :account_code AND credit > 0
|
||||
AND credit_line_id NOT IN (
|
||||
SELECT json_extract(link.document, '$.credit_line_id') AS credit_line_id FROM !table as link
|
||||
WHERE json_extract(link.document, '$.type') == "immo_link")
|
||||
WHERE json_extract(link.document, '$.type') == "credit_link")
|
||||
ORDER BY trans.date, trans.label;
|
||||
:account_code = $ligne_immo.account_code
|
||||
!table =$module.table
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue