From eaad2f3226a46d79ca682bb1e4b9179cb69ea2b6 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sun, 20 Jul 2014 04:10:26 +0000 Subject: [PATCH] Fix the key category and type for the spa504g --- resources/templates/provision/cisco/spa504g/{$mac}.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/templates/provision/cisco/spa504g/{$mac}.xml b/resources/templates/provision/cisco/spa504g/{$mac}.xml index 7aee9734a2..5bef8cd5ca 100644 --- a/resources/templates/provision/cisco/spa504g/{$mac}.xml +++ b/resources/templates/provision/cisco/spa504g/{$mac}.xml @@ -178,6 +178,7 @@ {foreach $keys as $row} {if $row.device_key_category == "line"} +{if $row.device_key_type == "line"} {$row.device_key_value} {$row.device_key_label} @@ -189,7 +190,7 @@ private {$row.device_key_value} {/if} - +{/if} {/foreach} Vertical First