[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb: [297] trunk/pos.conf.pl
- Subject: SF.net SVN: ledger-smb: [297] trunk/pos.conf.pl
- From: ..hidden..
- Date: Tue, 24 Oct 2006 20:55:55 -0700
Revision: 297
http://svn.sourceforge.net/ledger-smb/?rev=297&view=rev
Author: einhverfr
Date: 2006-10-24 20:55:53 -0700 (Tue, 24 Oct 2006)
Log Message:
-----------
fixed parse errors
Modified Paths:
--------------
trunk/pos.conf.pl
Modified: trunk/pos.conf.pl
===================================================================
--- trunk/pos.conf.pl 2006-10-25 01:19:30 UTC (rev 296)
+++ trunk/pos.conf.pl 2006-10-25 03:55:53 UTC (rev 297)
@@ -1,4 +1,4 @@
-
+use LedgerSMB::Sysconfig;
# This sets up the settings for the POS hardware. You can use it to override
# printing commands etc. as well.
@@ -93,7 +93,6 @@
# 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'} = "utils/pos/directnet.pl $pos_config{rp_host} $pos_config{rp_proto} $pos_config{rp_port}"
-);
+${LedgerSMB::Sysconfig::printer}{'Printer'} = "utils/pos/directnet.pl $pos_config{rp_host} $pos_config{rp_proto} $pos_config{rp_port}";
1;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.