mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-11 23:46:35 -04:00
This commit appears to fix customer deletes and updates.
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user