diff options
author | ivan <ivan> | 2009-05-31 09:57:46 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-05-31 09:57:46 +0000 |
commit | bbac9227cd1dc41358fdad933997a113373d3e49 (patch) | |
tree | 7fada00eba16faf51c5ec1eb33a342332cf53fc6 /FS | |
parent | 82d6819f70a08ee9e210718a3d96ef9cd80b801f (diff) |
wtf
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/cust_bill.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index a6a8e68fa..51b97668e 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -2579,7 +2579,7 @@ sub terms { if $self->cust_main->invoice_terms; #use configured default - $conf->config('invoice_default_terms'); + $conf->config('invoice_default_terms') || ''; } sub due_date { |