Lettering for account and card are now finished
This commit is contained in:
parent
e9c45e6190
commit
f00f8ffe0b
7 changed files with 454 additions and 58 deletions
|
|
@ -60,7 +60,7 @@ $letter=($this->content[$i]['letter']==-1)?" ":$this->content[$i]['letter'];
|
|||
endfor;
|
||||
?>
|
||||
</TABLE>
|
||||
<h2 class="info2"><?=_('Total Debit')?> <?=$amount_deb?></h2>
|
||||
<h2 class="info2"><?=_('Total Credit')?> <?=$amount_cred?></h2>
|
||||
<span style="display:block;font-size:14px"><?=_('Total Debit')?> <?=$amount_deb?></span>
|
||||
<span style="display:block;font-size:14px"><?=_('Total Credit')?> <?=$amount_cred?></span>
|
||||
|
||||
</table>
|
||||
Loading…
Add table
Add a link
Reference in a new issue