Skip to content

Commit

Permalink
Fixed bug in SQL
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.code.sf.net/p/web-erp/code/trunk@7095 09516a42-71f9-43be-811f-9b821cf0d246
  • Loading branch information
tehonu committed Jan 24, 2015
1 parent 4447407 commit 79236dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WOCanBeProducedNow.php
Expand Up @@ -13,7 +13,7 @@
//####_SUBMIT_SUBMIT_SUBMIT_SUBMIT_SUBMIT_SUBMIT_SUBMIT_SUBMIT_SUBMIT_SUBMIT_SUBMIT_SUBMIT####
function submit(&$db, $RootPath, $Location) {

$WhereLocation = " AND workorders.loccode >= '". $Location ."' ";
$WhereLocation = " AND workorders.loccode = '". $Location ."' ";

$sql = "SELECT woitems.wo,
woitems.stockid,
Expand Down

0 comments on commit 79236dd

Please sign in to comment.