[Weberp-svn] SF.net SVN: weberp:[4228] trunk
Brought to you by:
sotandeka,
tim_schofield
|
From: <tim...@us...> - 2011-01-09 20:09:42
|
Revision: 4228
http://weberp.svn.sourceforge.net/weberp/?rev=4228&view=rev
Author: tim_schofield
Date: 2011-01-09 20:09:36 +0000 (Sun, 09 Jan 2011)
Log Message:
-----------
Correct foreign key in recurringsalesorders table
Modified Paths:
--------------
trunk/RecurringSalesOrders.php
trunk/includes/session.inc
Modified: trunk/RecurringSalesOrders.php
===================================================================
--- trunk/RecurringSalesOrders.php 2011-01-09 20:09:19 UTC (rev 4227)
+++ trunk/RecurringSalesOrders.php 2011-01-09 20:09:36 UTC (rev 4228)
@@ -267,7 +267,7 @@
discountpercent,
narrative)
values ('";
-
+echo $StartOf_LineItemsSQL;
foreach ($_SESSION['Items'.$identifier]->LineItems as $StockItem) {
$LineItemsSQL = $StartOf_LineItemsSQL .
Modified: trunk/includes/session.inc
===================================================================
--- trunk/includes/session.inc 2011-01-09 20:09:19 UTC (rev 4227)
+++ trunk/includes/session.inc 2011-01-09 20:09:36 UTC (rev 4228)
@@ -13,7 +13,7 @@
header('Location:' . $rootpath . '/install/index.php');
}
include($PathPrefix . 'config.php');
-$DBVersion=58;
+$DBVersion=59;
if (isset($SessionSavePath)){
session_save_path($SessionSavePath);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|