X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=321ba0b89ce7ed599785558ba1c4bd18ac13a5b3;hp=42432b2a41cdf6465bb91da62e38302ea9efbb09;hb=97bd512eba99c5d3b6c6f5ae5bfeaa48eeee1cd4;hpb=caaa554c0f4550b23b97b2de76aee2bdd12252ba diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 42432b2a4..321ba0b89 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1363,7 +1363,7 @@ and customer address. Include units.', { 'key' => 'invoice_latexextracouponspace', 'section' => 'invoicing', - 'description' => 'Optional LaTeX invoice textheight space to reserve for a tear off coupon. Include units.', + 'description' => 'Optional LaTeX invoice textheight space to reserve for a tear off coupon. Include units. Default is 3.6cm', 'type' => 'text', 'per_agent' => 1, 'validate' => sub { shift =~ @@ -2555,6 +2555,7 @@ and customer address. Include units.', 'section' => 'billing', 'description' => 'Package to add to each manual credit card and ACH payment entered by employees from the backend. Enabling this option may be in violation of your merchant agreement(s), so please check it(/them) carefully before enabling this option.', 'type' => 'select-part_pkg', + 'per_agent' => 1, }, { @@ -2580,6 +2581,7 @@ and customer address. Include units.', 'section' => 'billing', 'description' => 'Package to add to each manual credit card and ACH payment entered by the customer themselves in the self-service interface. Enabling this option may be in violation of your merchant agreement(s), so please check it(/them) carefully before enabling this option.', 'type' => 'select-part_pkg', + 'per_agent' => 1, }, {