fix(SPG-536) Search Metode Pembayaran by Tipe Error
parent
5880a6051f
commit
bc8b79b9c9
|
@ -62,7 +62,7 @@ export class IndexPaymentMethodManager extends BaseIndexManager<PaymentMethodEnt
|
|||
data: this.filterParam.issuers,
|
||||
},
|
||||
{
|
||||
cols: `${this.tableName}.type`,
|
||||
cols: `${this.tableName}.type::text`,
|
||||
data: this.filterParam.types,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue