mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-16 19:40:44 +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()->info(tr('Prezzi di vendita aggiornati!'));
|
||||||
flash()->warning(tr('_NUM_ prezzi di vendita non aggiornati per coefficiente impostato!', [
|
if ($articoli_coeff > 0) {
|
||||||
'_NUM_' => $articoli_coeff,
|
flash()->warning(tr('_NUM_ prezzi di vendita non aggiornati per coefficiente impostato!', [
|
||||||
]));
|
'_NUM_' => $articoli_coeff,
|
||||||
|
]));
|
||||||
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user