From 0d240b4ba316012734bc106211a479353484ae94 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Fri, 19 Feb 2010 10:10:10 +0000 Subject: [PATCH] - When creating a new object linked to the location (contact, server, PC), the location must be pre-filled automatically. SVN:trunk[300] --- business/templates/location.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/business/templates/location.html b/business/templates/location.html index 04d0609cf3..2e3e67591d 100644 --- a/business/templates/location.html +++ b/business/templates/location.html @@ -10,13 +10,13 @@ SELECT bizContact WHERE location_id = $pkey$ - SELECT bizServer WHERE location_id = $pkey$ + SELECT bizServer WHERE location_id = $pkey$ - SELECT bizPC WHERE location_id = $pkey$ + SELECT bizPC WHERE location_id = $pkey$ - SELECT bizNetworkDevice WHERE location_id = $pkey$ + SELECT bizNetworkDevice WHERE location_id = $pkey$