1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-26 07:44:02 +01:00
This commit is contained in:
MatteoPistorello 2024-03-06 11:23:16 +01:00
commit 762463d01a

View File

@ -1856,7 +1856,7 @@ class FatturaElettronica
{ {
return [ return [
'category' => tr('Fattura Elettronica'), 'category' => tr('Fattura Elettronica'),
'id_module' => (new Module())->getByName('Fattire di vendita')->id_record, 'id_module' => (new Module())->getByName('Fatture di vendita')->id_record,
'id_record' => $this->getDocumento()['id'], 'id_record' => $this->getDocumento()['id'],
]; ];
} }