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