diff options
Diffstat (limited to 'LedgerSMB/IR.pm')
-rwxr-xr-x | LedgerSMB/IR.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/LedgerSMB/IR.pm b/LedgerSMB/IR.pm index d2703958..165b4eb7 100755 --- a/LedgerSMB/IR.pm +++ b/LedgerSMB/IR.pm @@ -34,6 +34,8 @@ package IR; use LedgerSMB::Tax; use LedgerSMB::PriceMatrix; +use LedgerSMB::Sysconfig; + sub post_invoice { my ($self, $myconfig, $form) = @_; |