summaryrefslogtreecommitdiff
path: root/FS/FS/Template_Mixin.pm
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2017-02-01 17:34:51 -0600
committerJonathan Prykop <jonathan@freeside.biz>2017-02-01 17:34:51 -0600
commitb2bc6e42d27b8bab7fa58500fe292a921b786854 (patch)
tree5130e8489c8cd96996d14e24659df04c69577ae0 /FS/FS/Template_Mixin.pm
parent090f86537bd81e8194c5e75dec43208ca0a5944a (diff)
parent81b52d260514fb03ba962fbf891b91c1ac93f102 (diff)
Merge branch 'FREESIDE_4_BRANCH' of git.freeside.biz:/home/git/freeside into FREESIDE_4_BRANCH
Diffstat (limited to 'FS/FS/Template_Mixin.pm')
-rw-r--r--FS/FS/Template_Mixin.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Template_Mixin.pm b/FS/FS/Template_Mixin.pm
index d7add719f..5d7fe328e 100644
--- a/FS/FS/Template_Mixin.pm
+++ b/FS/FS/Template_Mixin.pm
@@ -1953,7 +1953,7 @@ sub balance_due_msg {
if ( $self->due_date ) {
$msg .= ' - ' . $self->mt('Please pay by'). ' '.
$self->due_date2str('short')
- unless $self->conf->config_bool('invoice_omit_due_date');
+ unless $self->conf->config_bool('invoice_omit_due_date',$self->agentnum);
} elsif ( $self->terms ) {
$msg .= ' - '. $self->mt($self->terms);
}