few chasnges
This commit is contained in:
@@ -63,9 +63,7 @@ while ($tmp2 = $db->fetchByAssoc($r1)) {
|
||||
$i++;
|
||||
}
|
||||
while ($tmp = $db->fetchByAssoc($r)) {
|
||||
var_dump($tmp);
|
||||
$ii = $db->query( "select * from ecmstockoperations where in_id='" . $tmp['id'] ."' and type=1");
|
||||
echo "select * from ecmstockoperations where in_id='" . $tmp['id'] ."' and type=1";
|
||||
if ($ii->num_rows > 0) {
|
||||
// licz ilość dla użytych
|
||||
$quantity_tmp = $tmp['quantity'];
|
||||
|
||||
Reference in New Issue
Block a user