manually force 'adj volume' as a valid baseline iteration to build on. this is the iteration for 'new basket'

This commit is contained in:
Paul Trowbridge 2020-03-19 12:59:17 -04:00
parent 85db8616e5
commit 9539b99301

View File

@ -545,6 +545,7 @@ server.post('/new_basket', bodyParser.json(), function(req, res) {
var callback = function(arg) {
sql = arg;
req.body.scenario.iter.push("adj volume"); //intercept the request body and force in a "adj volume" at position 1, only a "copy" iteration is being used
({ c, w, d } = build_where(req, c, w, d, args));