Merge pull request #272 from daN4cat/master

#271 fix to error witn xampp due to a spurious "git"
This commit is contained in:
FrancescoUK
2016-01-04 22:13:29 +00:00

View File

@@ -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))
{