link on bill and ship

This commit is contained in:
Paul Trowbridge 2023-12-05 12:38:29 -05:00
parent 769bd7ff29
commit 824d295196
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ FROM
rlarp.cust_review_agg agg
LEFT OUTER JOIN rlarp.customer_review a ON
a.ship_cust = agg.ship_dba
AND a.bill_cust = agg.bill_dba
WHERE
"Budget 2024" <> 0
OR "Actual 2023" <> 0