This commit is contained in:
Michael RICOIS 2017-08-11 15:40:42 +02:00
parent 7919942bb2
commit 56b40a7b6c
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ class AddFileOrderOverride extends AddFileOrder
}
}
}
$this->context->smarty->assign(array(
'dirExist' => $this->checkOrderDir($id_order),
'files' => $this->getFileOrderCustomer($id_order),

View File

@ -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>