Bulk delete line items (#12391)

* Add bulk-delete mixin for order line items

* Add unit tests

* Enable frontend support

* Add CHANGELOG entry

* Add locking control for TransferOrder

* Fix playwright tests

* Fix playwright tests
This commit is contained in:
Oliver
2026-07-16 11:55:34 +10:00
committed by GitHub
parent 8407f63656
commit 3fd0e9d304
17 changed files with 252 additions and 23 deletions
+1
View File
@@ -148,3 +148,4 @@ The following [global settings](../settings/global.md) are available for transfe
{{ globalsetting("TRANSFERORDER_ENABLED") }}
{{ globalsetting("TRANSFERORDER_REFERENCE_PATTERN") }}
{{ globalsetting("TRANSFERORDER_REQUIRE_RESPONSIBLE") }}
{{ globalsetting("TRANSFERORDER_EDIT_COMPLETED_ORDERS") }}