Skip to content

Commit

Permalink
Merge fd4eaf2 into 5bcc987
Browse files Browse the repository at this point in the history
  • Loading branch information
ylavoie committed Jun 15, 2023
2 parents 5bcc987 + fd4eaf2 commit e6279ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sql/modules/Report.sql
Expand Up @@ -452,7 +452,7 @@ SELECT a.id, a.invoice, eeca.id, eca.meta_number::text, eeca.name, a.transdate,
WHERE $1 = 2 and approved
UNION
SELECT id, transdate, invnumber, curr, amount_bc, netamount_bc, duedate,
notes, null, person_id, entity_credit_account, invoice,
notes, person_id, entity_credit_account, invoice,
shippingpoint, shipvia, ordnumber, ponumber, description,
on_hold, force_closed
FROM ap
Expand Down Expand Up @@ -588,7 +588,7 @@ SELECT a.id, a.invoice, eeca.id, eca.meta_number::text, eeca.name,
UNION
SELECT id, transdate, invnumber, curr, amount_bc, netamount_bc, duedate,
notes,
null, person_id, entity_credit_account, invoice, shippingpoint,
person_id, entity_credit_account, invoice, shippingpoint,
shipvia, ordnumber, ponumber, description, on_hold, force_closed
FROM ap
WHERE $1 = 1
Expand Down

0 comments on commit e6279ba

Please sign in to comment.