Order hold (#515)

* Add support for "ON_HOLD" status for orders

* Bump version and release notes

* Fix import
This commit is contained in:
Oliver 2024-08-07 21:11:40 +10:00 committed by GitHub
parent 693b4a4fce
commit 42de3fd7d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 92 additions and 9 deletions

View file

@ -163,7 +163,6 @@ class _PurchaseOrderDetailState extends RefreshableState<PurchaseOrderDetailWidg
acceptText: L10().cancel,
onAccept: () async {
await widget.order.cancelOrder().then((dynamic) {
print("callback");
refresh(context);
});
}