fix(SPG-594) Pemesanan - Index - Belum ada kolom informasi tgl.update
parent
0db0f75cb9
commit
4aa03226de
|
@ -51,7 +51,9 @@ export class IndexTransactionManager extends BaseIndexManager<TransactionEntity>
|
|||
`${this.tableName}.invoice_date`,
|
||||
`${this.tableName}.settlement_date`,
|
||||
`${this.tableName}.created_at`,
|
||||
`${this.tableName}.creator_id`,
|
||||
`${this.tableName}.creator_name`,
|
||||
`${this.tableName}.updated_at`,
|
||||
`${this.tableName}.editor_id`,
|
||||
`${this.tableName}.editor_name`,
|
||||
|
||||
|
|
Loading…
Reference in New Issue