For #3698, this commit gets me to the point where I can add, change and delete items. I'm able to add a payment and delete it, and add a customer to the sale and remove the customer from the sale. There are still issues with the register, but I'm out of time for now.

This commit is contained in:
Steve Ireland
2023-04-02 17:35:09 -04:00
parent 5d9eaa4c2b
commit 71b68a02fd
8 changed files with 57 additions and 63 deletions

View File

@@ -26,6 +26,7 @@ class Secure_Controller extends BaseController
$this->employee = model('Employee');
$this->module = model('Module');
$config = config('OSPOS')->settings;
$validation = \Config\Services::validation();
if(!$this->employee->is_logged_in())
{