[freeside-commits] branch FREESIDE_3_BRANCH updated. b125fa567b6557aaa2f9574db8ec5dacd063ab8f
Jeremy Davis
jeremyd at 420.am
Thu Mar 13 09:26:49 PDT 2014
The branch, FREESIDE_3_BRANCH has been updated
via b125fa567b6557aaa2f9574db8ec5dacd063ab8f (commit)
from f576e065fb741448cc4834cdb9b09b718ca4ece2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b125fa567b6557aaa2f9574db8ec5dacd063ab8f
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Feb 3 18:45:47 2014 -0800
added part_pkg.agent_pkgpartid, RT#27214
diff --git a/httemplate/edit/part_pkg.cgi b/httemplate/edit/part_pkg.cgi
index aa27fdd..d1fbdf2 100755
--- a/httemplate/edit/part_pkg.cgi
+++ b/httemplate/edit/part_pkg.cgi
@@ -47,7 +47,8 @@
'recur_cost' => 'Recur cost',
'pay_weight' => 'Payment weight',
'credit_weight' => 'Credit weight',
- 'agentnum' => 'Agent',
+ 'agent_pkgpartid' => 'External ID',
+ 'agentnum' => 'Agent',
'setup_fee' => 'Setup fee',
'setup_show_zero' => 'Show zero setup',
'recur_fee' => 'Recurring fee',
-----------------------------------------------------------------------
Summary of changes:
httemplate/edit/part_pkg.cgi | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list