From ffad2faa91a77add2cc037f0a1e6d0523c42e3dc Mon Sep 17 00:00:00 2001 From: Possible Date: Wed, 26 Jun 2024 15:43:53 +0100 Subject: [PATCH] Update Tasks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3fdb2e..0207d8e 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ All this task must be done in 1 day }, } - - complete the open and close action feature, update the status to open and close to see the above binding work, also not that close action is meant to show open if status is open, and open is only meant to show is status is closed - `lines -> 326,330,444,464` + - complete the open and close action feature, update the status to open and close to see the above binding work, also not that close action is meant to show if status is open, and open is only meant to show if status is closed - `lines -> 326,330,444,464` > the edit action binds via the bind property to a column "receipt_status", if the value of receipt_status is 1 then the edit should be hidden, i.e not shown