Fix requisitions (#4142)

This commit is contained in:
jekkos
2025-01-06 22:33:32 +01:00
parent ff6ec1bd4e
commit b541d473cf

View File

@@ -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
{