wrong operator
This commit is contained in:
parent
94880787b3
commit
f4ba1fbfd2
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user