From: <te...@us...> - 2015-01-07 08:12:01
|
Revision: 7073 http://sourceforge.net/p/web-erp/reponame/7073 Author: tehonu Date: 2015-01-07 08:11:52 +0000 (Wed, 07 Jan 2015) Log Message: ----------- Fix bug in previous commit. Modified Paths: -------------- trunk/StockClone.php Modified: trunk/StockClone.php =================================================================== --- trunk/StockClone.php 2015-01-07 07:33:13 UTC (rev 7072) +++ trunk/StockClone.php 2015-01-07 08:11:52 UTC (rev 7073) @@ -328,7 +328,7 @@ language_id, descriptiontranslation, longdescriptiontranslation) - VALUES('" . $StockID . "','" . + VALUES('" . $_POST['StockID'] . "','" . $LanguageId . "', '" . $_POST['Description_' . str_replace('.','_',$LanguageId)] . "', '" . $_POST['LongDescription_' . str_replace('.','_',$LanguageId)]. |