[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[2845] branches/1.2/bin/pos.pl



Revision: 2845
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2845&view=rev
Author:   einhverfr
Date:     2010-01-23 21:28:48 +0000 (Sat, 23 Jan 2010)

Log Message:
-----------
Correcting accidental currency hard-coding in POS module

Modified Paths:
--------------
    branches/1.2/bin/pos.pl

Modified: branches/1.2/bin/pos.pl
===================================================================
--- branches/1.2/bin/pos.pl	2010-01-23 19:41:15 UTC (rev 2844)
+++ branches/1.2/bin/pos.pl	2010-01-23 21:28:48 UTC (rev 2845)
@@ -42,7 +42,8 @@
 
 use LedgerSMB::Tax;
 
-$form->{currency} = 'USD';
+# If you need to set a currency to be hard-wired, you can do so in this way:
+#$form->{currency} = 'USD';
 1;
 
 # end


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.