invoice changes

This commit is contained in:
roshelrao
2021-07-19 13:46:12 +05:30
parent 72c8b4774c
commit 945724ae3c
6 changed files with 10 additions and 3 deletions

View File

@@ -453,7 +453,7 @@ class AdapterBase extends ModuleBase {
$.getJSON(this.moduleRelativeURL, {
t: this.table, a: 'ca', sa: subAction, mod: module, req: request,
}, (data) => {
if (data.status === 'SUCCESS') {
if (data.status === 'SUCCESS') {
callBackData.callBackData.push(data.data);
that.callFunction(callBackData.callBackSuccess, callBackData.callBackData);
} else {