summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-02-03 18:45:47 -0800
committerJeremy Davis <jeremyd@freeside.biz>2014-03-13 12:26:34 -0400
commitb125fa567b6557aaa2f9574db8ec5dacd063ab8f (patch)
tree8601f1173b4b909c6413d20a4e8b5287105c9454
parentf576e065fb741448cc4834cdb9b09b718ca4ece2 (diff)
added part_pkg.agent_pkgpartid, RT#27214
-rwxr-xr-xhttemplate/edit/part_pkg.cgi3
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/edit/part_pkg.cgi b/httemplate/edit/part_pkg.cgi
index aa27fddeb..d1fbdf217 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',