Update Tasks
This commit is contained in:
@@ -388,7 +388,7 @@ const AdminListReceipts = () => {
|
|||||||
bind: {
|
bind: {
|
||||||
column: "receipt_status",
|
column: "receipt_status",
|
||||||
action: "hide",
|
action: "hide",
|
||||||
operator: "eq",
|
operator: operations.EQUAL,
|
||||||
ifValue: 0,
|
ifValue: 0,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@@ -407,7 +407,7 @@ const AdminListReceipts = () => {
|
|||||||
bind: {
|
bind: {
|
||||||
column: "receipt_status",
|
column: "receipt_status",
|
||||||
action: "hide",
|
action: "hide",
|
||||||
operator: "eq",
|
operator: operations.EQUAL,
|
||||||
ifValue: 1,
|
ifValue: 1,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user