mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-02-01 13:11:03 -05:00
Merge pull request #272 from daN4cat/master
#271 fix to error witn xampp due to a spurious "git"
This commit is contained in:
@@ -16,7 +16,7 @@ class Sales extends Secure_area
|
||||
|
||||
function manage($only_invoices = FALSE, $only_cash = FALSE, $limit_from = 0)
|
||||
{
|
||||
$person_id = $this->session->userdata('person_id');git
|
||||
$person_id = $this->session->userdata('person_id');
|
||||
|
||||
if (!$this->Employee->has_grant('reports_sales', $person_id))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user