diff options
| author | Mitch Jackson <mitch@freeside.biz> | 2017-12-08 00:07:26 +0000 |
|---|---|---|
| committer | Mitch Jackson <mitch@freeside.biz> | 2017-12-08 00:07:26 +0000 |
| commit | 59066550d19fb8797f20bd989f9c5af06b42f0f6 (patch) | |
| tree | 0dcd311a0d62fb23414adc90889d962f146dc0d2 /httemplate | |
| parent | 5827bcb469ef14c527356e785e981abf4254789d (diff) | |
RT# 73200 Show voided credits on Credit Report - backport fixes
- Fixed access rights mismatch that broke voiding credits
- Update report pulling non-existant column commission_invnum
Diffstat (limited to 'httemplate')
| -rwxr-xr-x | httemplate/search/cust_credit.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/httemplate/search/cust_credit.html b/httemplate/search/cust_credit.html index 1ffa302c8..1edcd35eb 100755 --- a/httemplate/search/cust_credit.html +++ b/httemplate/search/cust_credit.html @@ -265,7 +265,6 @@ my @select = ( cust_credit.commission_agentnum cust_credit.commission_salesnum cust_credit.commission_pkgnum - cust_credit.commission_invnum cust_credit.credbatch ), 'Null as void_date', @@ -295,7 +294,6 @@ my @select_void = ( cust_credit_void.commission_agentnum cust_credit_void.commission_salesnum cust_credit_void.commission_pkgnum - cust_credit_void.commission_invnum ), 'Null as credbatch', qw(cust_credit_void.void_date |
