Compare commits

..

No commits in common. "2201071c68c4c912f5578282754571e1d21d4476" and "10cd1a711e1c5e66e5645d0835eaf3d8192e575d" have entirely different histories.

1 changed files with 1 additions and 20 deletions

View File

@ -255,14 +255,7 @@ export default <ReportConfigEntity>{
{
column: 'main__payment_card_information',
query: 'main.payment_card_information',
label: 'Card Information',
type: DATA_TYPE.DIMENSION,
format: DATA_FORMAT.TEXT,
},
{
column: 'main__payment_code_reference',
query: 'main.payment_code_reference',
label: 'Payment Reference',
label: 'Information',
type: DATA_TYPE.DIMENSION,
format: DATA_FORMAT.TEXT,
},
@ -341,18 +334,6 @@ export default <ReportConfigEntity>{
field_type: FILTER_FIELD_TYPE.input_tag,
filter_type: FILTER_TYPE.TEXT_MULTIPLE_CONTAINS,
},
{
filed_label: 'Card Information',
filter_column: 'main__payment_card_information',
field_type: FILTER_FIELD_TYPE.input_tag,
filter_type: FILTER_TYPE.TEXT_IN_MEMBER,
},
{
filed_label: 'Payment Reference',
filter_column: 'main__payment_code_reference',
field_type: FILTER_FIELD_TYPE.input_tag,
filter_type: FILTER_TYPE.TEXT_IN_MEMBER,
},
{
filed_label: 'Tgl. Pengembalian',
filter_column: 'refund__refund_date',