From b541d473cf52ab024d4c2f1ed2155e9c32672e88 Mon Sep 17 00:00:00 2001 From: jekkos Date: Mon, 6 Jan 2025 22:33:32 +0100 Subject: [PATCH] Fix requisitions (#4142) --- app/Controllers/Receivings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controllers/Receivings.php b/app/Controllers/Receivings.php index 39cb34ccd..07664e207 100644 --- a/app/Controllers/Receivings.php +++ b/app/Controllers/Receivings.php @@ -404,7 +404,7 @@ class Receivings extends Secure_Controller $this->receiving_lib->add_item($item['item_id'], -$item['quantity'], $this->receiving_lib->get_stock_source(), $item['discount_type']); } - $this->complete(); + $this->postComplete(); } else {