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

SF.net SVN: ledger-smb:[5565] trunk



Revision: 5565
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5565&view=rev
Author:   einhverfr
Date:     2013-01-14 11:00:58 +0000 (Mon, 14 Jan 2013)
Log Message:
-----------
Fixing unable to save location in old code, to merge in 1.3

Modified Paths:
--------------
    trunk/Changelog
    trunk/LedgerSMB/IS.pm

Modified: trunk/Changelog
===================================================================
--- trunk/Changelog	2013-01-14 09:19:21 UTC (rev 5564)
+++ trunk/Changelog	2013-01-14 11:00:58 UTC (rev 5565)
@@ -87,6 +87,7 @@
 environments (Chris T, 3598924, filed by Erik H)
 * Added provision in Makefile to instantiate pos.conf.pl if not exist (Chris
 T, 3599945)
+* Fixing eca__location_save not found (Chris T, 3599908)
 
 Changelog for 1.3.28
 * Added db list to setup.pl when no db is entered and credentials allow login

Modified: trunk/LedgerSMB/IS.pm
===================================================================
--- trunk/LedgerSMB/IS.pm	2013-01-14 09:19:21 UTC (rev 5564)
+++ trunk/LedgerSMB/IS.pm	2013-01-14 11:00:58 UTC (rev 5565)
@@ -2460,7 +2460,7 @@
 
   my $dbh=$form->{dbh};
 
-  my $query="select * from eca__location_save(?,?,?,?,?,?,?,?,?,?);";
+  my $query="select * from eca__location_save(?,?,?,?,?,?,?,?,?,?, null);";
 
   my $sth=$dbh->prepare("$query");
 

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