@@ -7136,8 +7136,9 @@ const CONST = {
71367136 TOTAL : this . TABLE_COLUMNS . GROUP_TOTAL ,
71377137 } ,
71387138 WITHDRAWAL_ID : {
7139- BANK_ACCOUNT : this . TABLE_COLUMNS . GROUP_BANK_ACCOUNT ,
71407139 WITHDRAWN : this . TABLE_COLUMNS . GROUP_WITHDRAWN ,
7140+ WITHDRAWAL_STATUS : this . TABLE_COLUMNS . GROUP_WITHDRAWAL_STATUS ,
7141+ BANK_ACCOUNT : this . TABLE_COLUMNS . GROUP_BANK_ACCOUNT ,
71417142 WITHDRAWAL_ID : this . TABLE_COLUMNS . GROUP_WITHDRAWAL_ID ,
71427143 EXPENSES : this . TABLE_COLUMNS . GROUP_EXPENSES ,
71437144 TOTAL : this . TABLE_COLUMNS . GROUP_TOTAL ,
@@ -7212,8 +7213,9 @@ const CONST = {
72127213 FROM : [ this . TABLE_COLUMNS . GROUP_FROM , this . TABLE_COLUMNS . GROUP_EXPENSES , this . TABLE_COLUMNS . GROUP_TOTAL ] ,
72137214 CARD : [ this . TABLE_COLUMNS . GROUP_CARD , this . TABLE_COLUMNS . GROUP_FEED , this . TABLE_COLUMNS . GROUP_EXPENSES , this . TABLE_COLUMNS . GROUP_TOTAL ] ,
72147215 WITHDRAWAL_ID : [
7215- this . TABLE_COLUMNS . GROUP_BANK_ACCOUNT ,
72167216 this . TABLE_COLUMNS . GROUP_WITHDRAWN ,
7217+ this . TABLE_COLUMNS . GROUP_WITHDRAWAL_STATUS ,
7218+ this . TABLE_COLUMNS . GROUP_BANK_ACCOUNT ,
72177219 this . TABLE_COLUMNS . GROUP_WITHDRAWAL_ID ,
72187220 this . TABLE_COLUMNS . GROUP_EXPENSES ,
72197221 this . TABLE_COLUMNS . GROUP_TOTAL ,
@@ -7327,6 +7329,7 @@ const CONST = {
73277329 GROUP_WEEK : 'groupweek' ,
73287330 GROUP_YEAR : 'groupyear' ,
73297331 GROUP_QUARTER : 'groupquarter' ,
7332+ GROUP_WITHDRAWAL_STATUS : 'groupWithdrawalStatus' ,
73307333 } ,
73317334 SYNTAX_OPERATORS : {
73327335 AND : 'and' ,
@@ -7525,6 +7528,7 @@ const CONST = {
75257528 [ this . TABLE_COLUMNS . GROUP_WEEK ] : 'group-week' ,
75267529 [ this . TABLE_COLUMNS . GROUP_YEAR ] : 'group-year' ,
75277530 [ this . TABLE_COLUMNS . GROUP_QUARTER ] : 'group-quarter' ,
7531+ [ this . TABLE_COLUMNS . GROUP_WITHDRAWAL_STATUS ] : 'group-withdrawal-status' ,
75287532 } ;
75297533 } ,
75307534 NOT_MODIFIER : 'Not' ,
0 commit comments