Code comment
This commit is contained in:
parent
42c2fb5736
commit
6ef463f688
@ -425,7 +425,8 @@ if ($action != 'export_csv') {
|
|||||||
} else {
|
} else {
|
||||||
print '<td class="nowraponall right">'.price(price2num($line->debit - $line->credit, 'MT')).'</td>';
|
print '<td class="nowraponall right">'.price(price2num($line->debit - $line->credit, 'MT')).'</td>';
|
||||||
}
|
}
|
||||||
print '<td class="center">'.$link;
|
print '<td class="center">';
|
||||||
|
print $link;
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print "</tr>\n";
|
print "</tr>\n";
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user