[freeside-commits] branch FREESIDE_3_BRANCH updated. 18481a4937b7365ae7ec9006f66a65dcbdee766a
Jeremy Davis
jeremyd at 420.am
Mon Dec 15 06:37:39 PST 2014
The branch, FREESIDE_3_BRANCH has been updated
via 18481a4937b7365ae7ec9006f66a65dcbdee766a (commit)
from 40f2c04772472b966eb9bbc7ea4ebc20269698b7 (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 18481a4937b7365ae7ec9006f66a65dcbdee766a
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Mon Dec 15 09:36:57 2014 -0500
Ticket #32481 fix display options in wholesale package
diff --git a/FS/FS/part_pkg/agent.pm b/FS/FS/part_pkg/agent.pm
index a4df577..af7f103 100644
--- a/FS/FS/part_pkg/agent.pm
+++ b/FS/FS/part_pkg/agent.pm
@@ -49,7 +49,7 @@ $me = '[FS::part_pkg::agent]';
},
- 'fieldorder' => [qw( cutoff_day add_full_period no_pkg_prorate ) ],
+ 'fieldorder' => [qw( cutoff_day add_full_period no_pkg_prorate display_separate_cust cost_only) ],
'weight' => 52,
-----------------------------------------------------------------------
Summary of changes:
FS/FS/part_pkg/agent.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list