You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/fatture/body.php
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -244,12 +244,13 @@
244
244
245
245
// Aggiungo diciture per condizioni iva particolari
246
246
foreach ($v_ivaas$key => $value) {
247
-
$diciture[] = $dbo->fetchOne('SELECT `dicitura` FROM `co_iva` LEFT JOIN `co_iva_lang` ON (`co_iva`.`id` = `co_iva_lang`.`id_record` AND `co_iva_lang`.`id_lang` = '.prepare(Models\Locale::getDefault()->id).') WHERE `title` = '.prepare($key))['dicitura'];
247
+
$diciture[] = $dbo->fetchOne('SELECT `dicitura` FROM `co_iva` WHERE `name` = '.prepare($key))['dicitura'];
0 commit comments