manually force 'adj volume' as a valid baseline iteration to build on. this is the iteration for 'new basket'
This commit is contained in:
parent
85db8616e5
commit
9539b99301
1
index.js
1
index.js
@ -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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user