Fix link
This commit is contained in:
parent
7919942bb2
commit
56b40a7b6c
@ -22,7 +22,7 @@ class AddFileOrderOverride extends AddFileOrder
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
$this->context->smarty->assign(array(
|
||||
'dirExist' => $this->checkOrderDir($id_order),
|
||||
'files' => $this->getFileOrderCustomer($id_order),
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
{if $files|@count > 0 && $isBatsend && !$isBatvalidate}
|
||||
<div>
|
||||
<form name="bat" action="{$link->getPageLink('order-detail')}" method="post">
|
||||
<form name="bat" action="{$link->getPageLink('order-detail', true, null, "id_order={$order->id}")|escape:'html':'UTF-8'}" method="post">
|
||||
<input type="hidden" name="id_order" value="{$order->id}" />
|
||||
<input type="submit" name="submitValidateBAT" value="{l s='Valider votre B.A.T.'}" />
|
||||
</form>
|
||||
|
Loading…
Reference in New Issue
Block a user