upd
This commit is contained in:
@ -183,7 +183,7 @@ exports.createPOSAPold = ( req, res ) => {
|
||||
});
|
||||
errcode = errcode.substring(0, errcode.length-2);
|
||||
errmsg = errmsg.substring(0, errmsg.length-3);
|
||||
// console.log(errmsg);
|
||||
console.log("Create PO Error =>", errmsg);
|
||||
|
||||
if(errmsg.length>0){
|
||||
poadapter.queryUpdatePoNumber(req,resdata['NUMBER']||resdata['EXPPURCHASEORDER'],errmsg,function(err,data){
|
||||
|
||||
Reference in New Issue
Block a user