Fix minore
This commit is contained in:
parent
8a1a149f0f
commit
b801651b9b
|
@ -97,9 +97,11 @@ switch (post('op')) {
|
|||
}
|
||||
|
||||
flash()->info(tr('Prezzi di vendita aggiornati!'));
|
||||
flash()->warning(tr('_NUM_ prezzi di vendita non aggiornati per coefficiente impostato!', [
|
||||
'_NUM_' => $articoli_coeff,
|
||||
]));
|
||||
if ($articoli_coeff > 0) {
|
||||
flash()->warning(tr('_NUM_ prezzi di vendita non aggiornati per coefficiente impostato!', [
|
||||
'_NUM_' => $articoli_coeff,
|
||||
]));
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in New Issue