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 {