mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-23 22:03:18 +01:00
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
Block a user