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

SF.net SVN: ledger-smb:[5566] branches/1.3



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

Modified Paths:
--------------
    branches/1.3/Changelog
    branches/1.3/LedgerSMB/IS.pm

Property Changed:
----------------
    branches/1.3/
    branches/1.3/Changelog


Property changes on: branches/1.3
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk:3711-3712,5424,5446-5448,5451,5457,5459,5461,5466,5473,5475,5482-5483,5485,5487,5489,5495-5496,5515,5519,5524,5526,5528-5529,5533,5544-5546,5548-5549,5554-5555,5563
   + /trunk:3711-3712,5424,5446-5448,5451,5457,5459,5461,5466,5473,5475,5482-5483,5485,5487,5489,5495-5496,5515,5519,5524,5526,5528-5529,5533,5544-5546,5548-5549,5554-5555,5563,5565

Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog	2013-01-14 11:00:58 UTC (rev 5565)
+++ branches/1.3/Changelog	2013-01-14 11:04:41 UTC (rev 5566)
@@ -7,6 +7,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


Property changes on: branches/1.3/Changelog
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk/Changelog:3711-3712,5424,5446-5448,5451,5457,5459,5461,5466,5473,5475,5482-5483,5485,5487,5489,5495-5496,5513,5515,5519,5524,5529,5548,5563
   + /trunk/Changelog:3711-3712,5424,5446-5448,5451,5457,5459,5461,5466,5473,5475,5482-5483,5485,5487,5489,5495-5496,5513,5515,5519,5524,5529,5548,5563,5565

Modified: branches/1.3/LedgerSMB/IS.pm
===================================================================
--- branches/1.3/LedgerSMB/IS.pm	2013-01-14 11:00:58 UTC (rev 5565)
+++ branches/1.3/LedgerSMB/IS.pm	2013-01-14 11:04:41 UTC (rev 5566)
@@ -2604,7 +2604,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.