diff options
| author | Jonathan Prykop <jonathan@freeside.biz> | 2016-04-19 15:27:53 -0500 |
|---|---|---|
| committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-04-19 15:27:53 -0500 |
| commit | c9f53f211971dc68e3f67cd94df6138a88436bc4 (patch) | |
| tree | c252f1d134ec0a52296a656ece93d5cb69bdc0aa /httemplate/search/cust_credit_source_bill_pkg.html | |
| parent | e498e76c74a2e65e1c0b6a5514130ff71cee8a5b (diff) | |
RT#41501: OBH: Separate credit additional info into separate field on reports
Diffstat (limited to 'httemplate/search/cust_credit_source_bill_pkg.html')
| -rw-r--r-- | httemplate/search/cust_credit_source_bill_pkg.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_credit_source_bill_pkg.html b/httemplate/search/cust_credit_source_bill_pkg.html index 3ef88bdf9..1d5f8d2a0 100644 --- a/httemplate/search/cust_credit_source_bill_pkg.html +++ b/httemplate/search/cust_credit_source_bill_pkg.html @@ -28,7 +28,7 @@ sub { time2str('%b %d %Y', shift->get('cust_credit_date') ) }, sub { shift->cust_credit->otaker }, - sub { shift->cust_credit->reason }, + sub { shift->cust_credit->reason }, # split into reason_only/addlinfo if addlinfo ever gets used here sub { $_[0]->pkgnum > 0 ? $_[0]->get('pkg') # possibly use override.pkg |
