1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-23 06:47:40 +01:00

Fix import serial contratti

This commit is contained in:
MatteoPistorello 2023-11-17 15:14:48 +01:00
parent d2c666ce18
commit 6d924749e2
2 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@ if (!empty($id_documento)) {
$options = [
'op' => 'add_documento',
'type' => 'contratto',
'serials' => true,
'button' => tr('Aggiungi'),
'documento' => $documento,
'documento_finale' => $documento_finale,

View File

@ -32,6 +32,7 @@ if (!empty($id_documento)) {
$options = [
'op' => 'add_documento',
'type' => 'contratto',
'serials' => true,
'button' => tr('Aggiungi'),
'documento' => $documento,
'documento_finale' => $documento_finale,