Pārlūkot izejas kodu

Remove patch - Error

Alexandre SPANGARO 3 gadi atpakaļ
vecāks
revīzija
7e3a6116bf
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      htdocs/accountancy/admin/defaultaccounts.php

+ 1 - 1
htdocs/accountancy/admin/defaultaccounts.php

@@ -195,7 +195,7 @@ foreach ($list_account_main as $key) {
 	print '</td>';
 	// Value
 	print '<td class="right">'; // Do not force class=right, or it align also the content of the select box
-	print $formaccounting->select_account(!empty($conf->global->$key), $key, 1, '', 1, 1, 'minwidth100 maxwidth300 maxwidthonsmartphone', 'accountsmain');
+	print $formaccounting->select_account($conf->global->$key, $key, 1, '', 1, 1, 'minwidth100 maxwidth300 maxwidthonsmartphone', 'accountsmain');
 	print '</td>';
 	print '</tr>';
 }