Lines 74-80
WHERE
Link Here
|
74 |
(datecancellationprinted IS NULL OR |
74 |
(datecancellationprinted IS NULL OR |
75 |
datecancellationprinted='0000-00-00') AND |
75 |
datecancellationprinted='0000-00-00') AND |
76 |
(quantity > quantityreceived OR quantityreceived IS NULL) |
76 |
(quantity > quantityreceived OR quantityreceived IS NULL) |
77 |
GROUP BY aqorders.ordernumber |
|
|
78 |
EOQ |
77 |
EOQ |
79 |
|
78 |
|
80 |
my $sth = $dbh->prepare($query); |
79 |
my $sth = $dbh->prepare($query); |