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