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: modules/pagamenti/ajax/select.php
-10Lines changed: 0 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -67,16 +67,6 @@
67
67
);
68
68
$rs = $data['results'];
69
69
70
-
foreach ($rsas$k => $r) {
71
-
// Controllo metodi di pagamento con ri.ba. solo per i documenti con dir entrata
72
-
if ($dbo->fetchOne('SELECT `co_tipidocumento`.`dir` AS dir FROM `co_tipidocumento` WHERE `co_tipidocumento`.`id`='.prepare($superselect['idtipodocumento']))['dir'] == 'entrata') {
0 commit comments