Fix register functionality

Fix controller method names
This commit is contained in:
jekkos
2024-05-11 23:37:08 +02:00
committed by jekkos
parent f81dfe1b0b
commit 07e09e1948
14 changed files with 55 additions and 69 deletions

View File

@@ -897,7 +897,7 @@ class Items extends Secure_Controller
* @throws ReflectionException
* @noinspection PhpUnused
*/
public function save_inventory($item_id = NEW_ENTRY): void
public function postSaveInventory($item_id = NEW_ENTRY): void
{
$employee_id = $this->employee->get_logged_in_employee_info()->person_id;
$cur_item_info = $this->item->get_info($item_id);