Update Tasks

This commit is contained in:
Possible
2024-06-26 15:44:47 +01:00
parent ffad2faa91
commit 744e0aa746
+2 -2
View File
@@ -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,
}, },
}, },