#271 fix to error witn xampp due to a spurious "git"

This commit is contained in:
FrancescoUK
2016-01-04 22:09:38 +00:00
parent 648251978e
commit 3bd778737f

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