mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-03 01:08:08 +01:00
Fix per compatibilità PHP7.4
This commit is contained in:
parent
240d3413e7
commit
5ed6850b30
@ -43,7 +43,7 @@ switch (filter('op')) {
|
||||
], ['id' => $id_record]);
|
||||
|
||||
// Messaggio di avvertenza
|
||||
if ((stripos('N6', $codice_natura) === 0) && $esigibilita == 'S') {
|
||||
if ((stripos('N6', (string)$codice_natura) === 0) && $esigibilita == 'S') {
|
||||
flash()->warning(tr('Combinazione di natura IVA _TYPE_ ed esigibilità non compatibile', [
|
||||
'_TYPE_' => $codice_natura,
|
||||
]));
|
||||
|
Loading…
x
Reference in New Issue
Block a user