From 44d09678182fb348c96c310434ba140261892e6c Mon Sep 17 00:00:00 2001 From: Benjamin Bachelard Date: Fri, 24 May 2024 14:14:34 +0200 Subject: [PATCH] modification du password --- .../default/colissimo-label/labels.html | 1 + .../colissimo-label/module-configuration.html | 16 ++++++++++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/templates/backOffice/default/colissimo-label/labels.html b/templates/backOffice/default/colissimo-label/labels.html index a7ca8d5..a2579c7 100644 --- a/templates/backOffice/default/colissimo-label/labels.html +++ b/templates/backOffice/default/colissimo-label/labels.html @@ -119,6 +119,7 @@ {$CITY|strtoupper} {$ZIPCODE|strtoupper}, {loop backend_context=1 type="country" name="adrctry" id=$COUNTRY}{$TITLE|strtoupper}{/loop} {/loop} + {form_field field="weight" value_key=$ORDER_ID}
diff --git a/templates/backOffice/default/colissimo-label/module-configuration.html b/templates/backOffice/default/colissimo-label/module-configuration.html index 654a22b..36f7dbd 100644 --- a/templates/backOffice/default/colissimo-label/module-configuration.html +++ b/templates/backOffice/default/colissimo-label/module-configuration.html @@ -53,8 +53,11 @@ {form_field form=$form field='password'}
- -
+ + +
x {/form_field} {form_field form=$form field='default-signed'}
@@ -63,6 +66,7 @@ {$label}{if $required} *{/if}
+ {/form_field} {form_field form=$form field='generate-bordereau'}
@@ -71,6 +75,7 @@ {$label}{if $required} *{/if}
+ {/form_field} {render_form_field form=$form field='default-label-format' value={$value}} {render_form_field form=$form field='last-bordereau-date' value={$value}} @@ -144,6 +149,13 @@ + {/block} {block name="javascript-last-call"}