summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorJeremy Davis <jeremyd@freeside.biz>2014-12-15 09:36:57 -0500
committerJeremy Davis <jeremyd@freeside.biz>2014-12-15 09:36:57 -0500
commit18481a4937b7365ae7ec9006f66a65dcbdee766a (patch)
tree14730c0189e3f50f73b0be815809b0324d444167 /FS
parent40f2c04772472b966eb9bbc7ea4ebc20269698b7 (diff)
Ticket #32481 fix display options in wholesale package
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/part_pkg/agent.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_pkg/agent.pm b/FS/FS/part_pkg/agent.pm
index a4df5770e..af7f103df 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,