Fixing style errors.
This commit is contained in:
parent
694bcda3bb
commit
6a1d4c2255
@ -642,7 +642,7 @@ if ($action == 'create') {
|
|||||||
}
|
}
|
||||||
|
|
||||||
print "</tr>\n";
|
print "</tr>\n";
|
||||||
|
|
||||||
// Empty line is the first line of $object->linesmvt
|
// Empty line is the first line of $object->linesmvt
|
||||||
// So we must get the first line (the empty one) and pu it at the end of the array
|
// So we must get the first line (the empty one) and pu it at the end of the array
|
||||||
// in order to display it correctly to the user
|
// in order to display it correctly to the user
|
||||||
@ -703,7 +703,7 @@ if ($action == 'create') {
|
|||||||
print '<td>';
|
print '<td>';
|
||||||
print '<input type="submit" class="button" name="save" value="' . $langs->trans("Add") . '">';
|
print '<input type="submit" class="button" name="save" value="' . $langs->trans("Add") . '">';
|
||||||
print '</td>';
|
print '</td>';
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
print '<!-- td columns in display mode -->';
|
print '<!-- td columns in display mode -->';
|
||||||
$accountingaccount->fetch(null, $line->numero_compte, true);
|
$accountingaccount->fetch(null, $line->numero_compte, true);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user