mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-16 19:40:44 +01:00
Formattazione codice
This commit is contained in:
parent
6c41fab087
commit
9da4e35705
@ -146,7 +146,7 @@ switch (filter('op')) {
|
||||
foreach ($preventivi as $preventivo) {
|
||||
if ($preventivo['is_pianificabile'] == 1 || $preventivo['stato'] = 'In attesa di conferma') {
|
||||
if (!empty($preventivo['data_accettazione']) && $preventivo['data_accettazione'] != '0000-00-00') {
|
||||
$query."AND co_statipreventivi.is_pianificabile=1";
|
||||
$query.'AND co_statipreventivi.is_pianificabile=1';
|
||||
$results[] = [
|
||||
'id' => 'A_'.$modulo_preventivi->id.'_'.$preventivo['id'],
|
||||
'idintervento' => $preventivo['id'],
|
||||
|
@ -849,7 +849,6 @@ class FatturaElettronica
|
||||
'Sede' => static::getSede($cliente),
|
||||
];
|
||||
|
||||
|
||||
return $result;
|
||||
}
|
||||
|
||||
|
@ -326,7 +326,7 @@ echo '
|
||||
</div>
|
||||
|
||||
<div class="col-md-3">
|
||||
{[ "type": "checkbox", "label": "'.tr('Creazione seriali').'", "name": "flag_crea_seriali", "value": 0, "help": "'.tr("Nel caso di righe contenenti serial, il gestionale procede alla registrazione del serial").'" ]}
|
||||
{[ "type": "checkbox", "label": "'.tr('Creazione seriali').'", "name": "flag_crea_seriali", "value": 0, "help": "'.tr('Nel caso di righe contenenti serial, il gestionale procede alla registrazione del serial').'" ]}
|
||||
</div>';
|
||||
|
||||
$ritenuta = $dati_generali['DatiRitenuta'];
|
||||
@ -605,7 +605,7 @@ if (!empty($righe)) {
|
||||
</div>
|
||||
|
||||
<div class="row">';
|
||||
for ($i = 0; $i < $qta; $i++) {
|
||||
for ($i = 0; $i < $qta; ++$i) {
|
||||
echo '
|
||||
<div class="col-md-3">
|
||||
{[ "type": "text", "label": "'.tr('Serial').'", "name": "serial['.$key.'][]", "value": "'.$serial[$i].'" ]}
|
||||
|
Loading…
x
Reference in New Issue
Block a user