From eb42974d3bc61d5923da81f684383b55b92ac60e Mon Sep 17 00:00:00 2001 From: Neil Lathwood Date: Mon, 12 Jan 2015 15:21:03 +0000 Subject: [PATCH] Simple fix to pass ports across to create new bill --- html/pages/device/port.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/pages/device/port.inc.php b/html/pages/device/port.inc.php index fe68e28b5..357bdfe32 100644 --- a/html/pages/device/port.inc.php +++ b/html/pages/device/port.inc.php @@ -150,7 +150,7 @@ if (dbFetchCell("SELECT COUNT(*) FROM juniAtmVp WHERE port_id = '".$port['port_i if ($_SESSION['userlevel'] == '10') { - echo(" Create Bill"); + echo(" Create Bill"); } print_optionbar_end();