diff --git a/admin-dev/themes/default/template/controllers/invoices/helpers/form/form.tpl b/admin-dev/themes/default/template/controllers/invoices/helpers/form/form.tpl
index e1ba3492b..3c3c1f4c6 100644
--- a/admin-dev/themes/default/template/controllers/invoices/helpers/form/form.tpl
+++ b/admin-dev/themes/default/template/controllers/invoices/helpers/form/form.tpl
@@ -64,22 +64,18 @@
{if $input.type == 'checkboxStatuses'}
{foreach $input.values.query as $value}
{assign var=id_checkbox value=$input.name|cat:'_'|cat:intval($value[$input.values.id])}
-
-
+
+ +
{/foreach} {else} {$smarty.block.parent} {/if} {/block} -{block name="after"}![]() |
- {$row['ostate_name']|stripslashes} | -{if $row['employee_lastname']}{$row['employee_firstname']|stripslashes} {$row['employee_lastname']|stripslashes}{/if} | -{dateFormat date=$row['date_add'] full=true} | -
|---|---|---|---|
![]() |
- {$row['ostate_name']|stripslashes} | -{if $row['employee_lastname']}{$row['employee_firstname']|stripslashes} {$row['employee_lastname']|stripslashes}{else} {/if} | -{dateFormat date=$row['date_add'] full=true} | -
![]() |
+ {$row['ostate_name']|stripslashes} | +{if $row['employee_lastname']}{$row['employee_firstname']|stripslashes} {$row['employee_lastname']|stripslashes}{/if} | +{dateFormat date=$row['date_add'] full=true} | +
|---|---|---|---|
![]() |
+ {$row['ostate_name']|stripslashes} | +{if $row['employee_lastname']}{$row['employee_firstname']|stripslashes} {$row['employee_lastname']|stripslashes}{else} {/if} | +{dateFormat date=$row['date_add'] full=true} | +
| + {l s='Order no. '} + | ++ {l s='Status'} + | ++ {l s='Amount'} + | ++ | +
|---|---|---|---|
| + #{'%06d'|sprintf:$brother_order->id} + | ++ {$brother_order->getCurrentOrderState()->name[$current_id_lang]} + | ++ {displayPrice price=$brother_order->total_paid_tax_incl currency=$currency->id} + | +
+
+ |
+
+ {l s='Warning'} {displayPrice price=$total_paid currency=$currency->id}
+ {l s='paid instead of'} {displayPrice price=$orders_total_paid_tax_incl currency=$currency->id}
+
+ {foreach $order->getBrother() as $brother_order}
+ {if $brother_order@first}
+ {if count($order->getBrother()) == 1}
+
{l s='This warning also concerns order '}
+ {else}
+
{l s='This warning also concerns the next orders:'}
+ {/if}
+ {/if}
+ #{'%06d'|sprintf:$brother_order->id}
+ {/foreach}
+
+ {else}
+
+ {/if}
+
+
+ {/if}
+ | Date | +Type | +Carrier | +Tracking number | +
|---|---|---|---|
| {$line.date_add} | +{$line.type} | +{$line.state_name} | ++ {if isset($line.url) && isset($line.tracking_number)}{$line.tracking_number}{elseif isset($line.tracking_number)}{$line.tracking_number}{/if} + {if $line.can_edit} + + {/if} + | +
- {/if}
- {l s='At'} {dateFormat date=$message['date_add']}
- {l s='from'} {if ($message['elastname']|escape:'htmlall':'UTF-8')}{$message['efirstname']|escape:'htmlall':'UTF-8'} {$message['elastname']|escape:'htmlall':'UTF-8'}{else}{$message['cfirstname']|escape:'htmlall':'UTF-8'} {$message['clastname']|escape:'htmlall':'UTF-8'}{/if}
- {if ($message['private'] == 1)}{l s='Private'}{/if}
- {$message['message']|escape:'htmlall':'UTF-8'|nl2br}
-
{l s='Back to list'}