X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=fda199e00bfe05cf0819b01e0f7c5092500ecc86;hb=3cdd4af468c2c93e1fe4ab6a0ac95537aca5068e;hp=0f94f8ff249ae628e235ca05a4f6999f6d2596be;hpb=9984a835dcb4cf39bc659643f0556e4b3011cbf8;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 0f94f8ff2..fda199e00 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2617,7 +2617,7 @@ and customer address. Include units.', 'type' => 'select', 'select_hash' => [ 'actual_oncard' => 'Default/classic behavior: set the flag if a customer has actual previous charges on the card.', - 'transaction_is_recur' => 'Set the flag if the transaction itself is recurring, irregardless of previous charges on the card.', + 'transaction_is_recur' => 'Set the flag if the transaction itself is recurring, regardless of previous charges on the card.', ], }, @@ -5165,6 +5165,13 @@ and customer address. Include units.', }, { + 'key' => 'tax-round_per_line_item', + 'section' => 'billing', + 'description' => 'Calculate tax and round to the nearest cent for each line item, rather than for the whole invoice.', + 'type' => 'checkbox', + }, + + { 'key' => 'cust_main-default_view', 'section' => 'UI', 'description' => 'Default customer view, for users who have not selected a default view in their preferences.',