add actuals filter

This commit is contained in:
Paul Trowbridge 2019-02-15 05:22:13 +00:00
parent 61e7cd81f4
commit 53346cfd31

View File

@ -71,6 +71,7 @@ server.get('/monthly_orders', bodyParser.json(), function (req,res) {
WHERE WHERE
` + w + ` + w +
` `
AND VERSION = 'Actual'
GROUP BY GROUP BY
oseas oseas
,extract('month' from odate) ,extract('month' from odate)