This commit appears to fix customer deletes and updates.

This commit is contained in:
Steve Ireland
2023-03-24 23:13:14 -04:00
parent a207539f4f
commit 9ee7b8f6d4
7 changed files with 22 additions and 20 deletions

View File

@@ -85,5 +85,5 @@ class Secure_Controller extends BaseController
public function suggest_search() { return FALSE; }
public function getView(int $data_item_id = -1) { return FALSE; }
public function postSave(int $data_item_id = -1) { return FALSE; }
public function delete() { return FALSE; }
public function postDelete() { return FALSE; }
}