1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Rimozione id_record vuoto nei form di aggiunta

This commit is contained in:
MatteoPistorello
2022-02-24 14:52:51 +01:00
parent 45f1a0890b
commit d5a129d232
10 changed files with 2 additions and 30 deletions

View File

@@ -25,9 +25,6 @@ $id_anagrafica = !empty(get('idanagrafica')) ? get('idanagrafica') : $user['idan
<input type="hidden" name="op" value="add">
<input type="hidden" name="backto" value="record-edit">
<!-- Fix creazione da Anagrafica -->
<input type="hidden" name="id_record" value="">
<div class="row">
<div class="col-md-6">
{[ "type": "date", "label": "<?php echo tr('Data bozza'); ?>", "name": "data_bozza", "value": "<?php echo '-now-'; ?>", "required": 1 ]}