mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-23 14:57:46 +01:00
Fix import serial contratti
This commit is contained in:
parent
d2c666ce18
commit
6d924749e2
@ -32,6 +32,7 @@ if (!empty($id_documento)) {
|
|||||||
$options = [
|
$options = [
|
||||||
'op' => 'add_documento',
|
'op' => 'add_documento',
|
||||||
'type' => 'contratto',
|
'type' => 'contratto',
|
||||||
|
'serials' => true,
|
||||||
'button' => tr('Aggiungi'),
|
'button' => tr('Aggiungi'),
|
||||||
'documento' => $documento,
|
'documento' => $documento,
|
||||||
'documento_finale' => $documento_finale,
|
'documento_finale' => $documento_finale,
|
||||||
|
@ -32,6 +32,7 @@ if (!empty($id_documento)) {
|
|||||||
$options = [
|
$options = [
|
||||||
'op' => 'add_documento',
|
'op' => 'add_documento',
|
||||||
'type' => 'contratto',
|
'type' => 'contratto',
|
||||||
|
'serials' => true,
|
||||||
'button' => tr('Aggiungi'),
|
'button' => tr('Aggiungi'),
|
||||||
'documento' => $documento,
|
'documento' => $documento,
|
||||||
'documento_finale' => $documento_finale,
|
'documento_finale' => $documento_finale,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user