[freeside-commits] branch master updated. edfb47cb5040a910c81329c33d02356933dae8fb
Ivan Kohler
ivan at freeside.biz
Tue Apr 10 16:03:01 PDT 2018
The branch, master has been updated
via edfb47cb5040a910c81329c33d02356933dae8fb (commit)
from 49ff577b9fbb4b017f0652cdfe567b023d7ea4de (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit edfb47cb5040a910c81329c33d02356933dae8fb
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Apr 10 16:03:00 2018 -0700
invoice_usesummary is already agent virt, just need to be able to set it, RT#79636
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 0a29075d2..9f234da11 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -1215,6 +1215,7 @@ my $validate_email = sub { $_[0] =~
'section' => 'invoicing',
'description' => 'Indicates that html and latex invoices should be in summary style and make use of invoice_latexsummary.',
'type' => 'checkbox',
+ 'per_agent' => 1,
},
{
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Conf.pm | 1 +
1 file changed, 1 insertion(+)
More information about the freeside-commits
mailing list