From: Jeremy Davis Date: Mon, 15 Dec 2014 14:33:16 +0000 (-0500) Subject: Ticket #32481 fix display options in wholesale package X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=54d79bcb9a06e0dd3c019d7317131dd2741234ab 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 d92699726..49c2c8654 100644 --- a/FS/FS/part_pkg/agent.pm +++ b/FS/FS/part_pkg/agent.pm @@ -46,7 +46,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,