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