[freeside-commits] branch FREESIDE_3_BRANCH updated. 4ea2a617676f78c4454180077dff6a2bdaffaf7d
Ivan Kohler
ivan at freeside.biz
Tue Apr 10 16:03:08 PDT 2018
The branch, FREESIDE_3_BRANCH has been updated
via 4ea2a617676f78c4454180077dff6a2bdaffaf7d (commit)
from db7b2da0010539ccf94ee602779a7d9bec682a48 (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 4ea2a617676f78c4454180077dff6a2bdaffaf7d
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Apr 10 16:03:07 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 8f0d3e990..8574807e5 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -1345,6 +1345,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