From 3bd778737f6d5388d61b28bb8b7fb11801976085 Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Mon, 4 Jan 2016 22:09:38 +0000 Subject: [PATCH] #271 fix to error witn xampp due to a spurious "git" --- application/controllers/sales.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/sales.php b/application/controllers/sales.php index ea94eaabc..d754c0922 100644 --- a/application/controllers/sales.php +++ b/application/controllers/sales.php @@ -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)) {