Completed
Branch develop (12ec58)
by
unknown
27:57
created
htdocs/loan/list.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -325,7 +325,7 @@  discard block
 block discarded – undo
325 325
 }
326 326
 
327 327
 $varpage = empty($contextpage) ? $_SERVER["PHP_SELF"] : $contextpage;
328
-$htmlofselectarray = $form->multiSelectArrayWithCheckbox('selectedfields', $arrayfields, $varpage, getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN'));  // This also change content of $arrayfields with user setup
328
+$htmlofselectarray = $form->multiSelectArrayWithCheckbox('selectedfields', $arrayfields, $varpage, getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')); // This also change content of $arrayfields with user setup
329 329
 $selectedfields = ($mode != 'kanban' ? $htmlofselectarray : '');
330 330
 $selectedfields .= (count($arrayofmassactions) ? $form->showCheckAddButtons('checkforselect', 1) : '');
331 331
 
@@ -417,7 +417,7 @@  discard block
 block discarded – undo
417 417
 	$object->ref = $obj->rowid;
418 418
 	$object->label = $obj->label;
419 419
 	$object->paid = $obj->paid;
420
-	$object->datestart= $db->jdate($obj->datestart);
420
+	$object->datestart = $db->jdate($obj->datestart);
421 421
 	$object->dateend = $db->jdate($obj->dateend);
422 422
 
423 423
 	if ($mode == 'kanban') {
Please login to merge, or discard this patch.