| Hook | actionInvoiceNumberFormatted |
|---|---|
| Locations | FO |
| Type | action |
| Origin | core |
| Aliases | |
| Description |
| Origin | File |
|---|---|
| core | classes/order/OrderInvoice.php |
Hook::exec('actionInvoiceNumberFormatted', [
get_class($this) => $this,
'id_lang' => (int) $id_lang,
'id_shop' => (int) $id_shop,
'number' => (int) $this->number,
])