wrong operator

This commit is contained in:
Paul Trowbridge 2018-09-10 23:56:29 -04:00
parent 94880787b3
commit f4ba1fbfd2

View File

@ -228,7 +228,7 @@ server.get("/doc_add_gl_offset_single", bodyParser.json(), function (inReq, inRe
} }
//add the whole line as-is //add the whole line as-is
} }
if (bomb = false) { if (bomb == false) {
var ofs = JSON.parse(JSON.stringify(x.header)); var ofs = JSON.parse(JSON.stringify(x.header));
ofs.account = ofs.offset_account; ofs.account = ofs.offset_account;
delete ofs.offset_account; delete ofs.offset_account;