diff options
Diffstat (limited to 'pos.conf.pl')
-rw-r--r-- | pos.conf.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pos.conf.pl b/pos.conf.pl index da0ca6e2..63fb68ad 100644 --- a/pos.conf.pl +++ b/pos.conf.pl @@ -97,7 +97,7 @@ $form->{pos_sources} = \%pos_sources; # Due to the architecture of SL, we need to use netcat to print. # Otherwise the document gets spooled twice and this interferes with timeliness. -${LedgerSMB::Sysconfig::printer}{'Printer'} = +${'LedgerSMB::Sysconfig::printer'}{'Printer'} = "utils/pos/directnet.pl $pos_config{rp_host} $pos_config{rp_proto} $pos_config{rp_port}"; 1; |