change amount field

This commit is contained in:
Trowbridge 2019-03-06 06:06:25 -05:00
parent e61b690ec5
commit 5542e4cacc

View File

@ -333,7 +333,7 @@ server.get('/addmonth_v', bodyParser.json(), function (req, res) {
//console.log(args);
w =
`WITH
target AS (select ` + req.body.volume_dollars + ` incr)
target AS (select ` + req.body.amount + ` incr)
,GLD AS (
SELECT
N1COMP COMP