From cd0e9cadbaff89c9a9d88c677cd3e7d72347fe54 Mon Sep 17 00:00:00 2001 From: zzuutt Date: Tue, 29 Apr 2014 15:36:05 +0200 Subject: [PATCH] Update address.html add the field 'company' --- templates/frontOffice/default/address.html | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/templates/frontOffice/default/address.html b/templates/frontOffice/default/address.html index 9baf8c3e5..ea4622177 100644 --- a/templates/frontOffice/default/address.html +++ b/templates/frontOffice/default/address.html @@ -105,6 +105,19 @@ {/form_field} + {form_field form=$form field="company"} +
+ +
+ + {if $error } + {$message} + {assign var="error_focus" value="true"} + {/if} +
+
+ {/form_field} + {form_field form=$form field="address1"}
@@ -239,4 +252,4 @@
-{/block} \ No newline at end of file +{/block}