summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-09-25 17:11:18 -0700
committerMark Wells <mark@freeside.biz>2013-09-25 17:11:18 -0700
commitd647477e5f8fa8b988b42379847f5367d440f936 (patch)
tree5b775366feabe2a5cd4ea6adad2e33a656f4f56a /FS/FS/Conf.pm
parent0d81877c6ae8ea9732065f5400ff37a7458587ed (diff)
optionally display payments/credits on invoice based on date received, #24850
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 03280c4..bb43b45 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -4163,6 +4163,13 @@ and customer address. Include units.',
},
{
+ 'key' => 'previous_balance-payments_since',
+ 'section' => 'invoicing',
+ 'description' => 'Instead of showing payments (and credits) applied to the invoice, show those received since the previous invoice date.',
+ 'type' => 'checkbox',
+ },
+
+ {
'key' => 'balance_due_below_line',
'section' => 'invoicing',
'description' => 'Place the balance due message below a line. Only meaningful when when invoice_sections is false.',