forked from Wavyzz/dolibarr
Update importaccounts.php
This commit is contained in:
@@ -142,11 +142,11 @@ if ($result) {
|
|||||||
$objp = $db->fetch_object($result);
|
$objp = $db->fetch_object($result);
|
||||||
print '<tr class="oddeven">';
|
print '<tr class="oddeven">';
|
||||||
|
|
||||||
print '<td style="text-align:left;">';
|
print '<td class="left">';
|
||||||
print $objp->accounting;
|
print $objp->accounting;
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|
||||||
print '<td style="text-align:left;">';
|
print '<td class="left">';
|
||||||
print '<input name="label" size="30" value="">';
|
print '<input name="label" size="30" value="">';
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user