Removed total
This commit is contained in:
parent
0fdfe651a2
commit
cf5eaac593
4 changed files with 0 additions and 15 deletions
|
|
@ -87,7 +87,6 @@ select
|
|||
i.total_tax_in_gbp as header_total_tax_in_gbp,
|
||||
i.total_due_local_curr as header_total_due_local_curr,
|
||||
i.total_due_in_gbp as header_total_due_in_gbp,
|
||||
od.total_outstanding_in_gbp,
|
||||
od.outstanding_type as outstanding_type,
|
||||
|
||||
c.id_contact as id_contact,
|
||||
|
|
@ -164,7 +163,6 @@ select
|
|||
cn.total_tax_in_gbp * -1,
|
||||
cn.remaining_credit_local_curr * -1,
|
||||
cn.remaining_credit_in_gbp * -1,
|
||||
od.total_outstanding_in_gbp,
|
||||
od.outstanding_type as outstanding_type,
|
||||
|
||||
c.id_contact,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue