mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-03 01:08:08 +01:00
Fix minore
This commit is contained in:
parent
606cd88857
commit
828173abd6
@ -43,8 +43,10 @@ switch (filter('op')) {
|
||||
], ['id' => $id_record]);
|
||||
|
||||
// Messaggio di avvertenza
|
||||
if ($codice_natura == 'N6' && $esigibilita == 'S') {
|
||||
flash()->warning(tr('Combinazione di natura IVA N6 ed esigibilità non compatibile'));
|
||||
if ((stripos("N6", $codice_natura) === 0) && $esigibilita == 'S') {
|
||||
flash()->warning(tr('Combinazione di natura IVA _TYPE_ ed esigibilità non compatibile', [
|
||||
'_TYPE_' => $codice_natura,
|
||||
]));
|
||||
}
|
||||
|
||||
flash()->info(tr('Salvataggio completato!'));
|
||||
|
Loading…
x
Reference in New Issue
Block a user