X-Git-Url: http://git.cyclocoop.org/?p=garradin.git;a=blobdiff_plain;f=templates%2Fadmin%2Fcompta%2Fcomptes%2Fjournal.tpl;fp=templates%2Fadmin%2Fcompta%2Fcomptes%2Fjournal.tpl;h=5b08a1d7dfeb5b3084e48f28561ff9a44322c53d;hp=444b7f19a3d2785e5e394496e5504a1c57b66ea6;hb=f7ee0ae730f47bfef173c394fa4db71a22dece61;hpb=1ab3343a95ed3ef4958d91dfbf49372dce8a092e diff --git a/templates/admin/compta/comptes/journal.tpl b/templates/admin/compta/comptes/journal.tpl index 444b7f1..5b08a1d 100644 --- a/templates/admin/compta/comptes/journal.tpl +++ b/templates/admin/compta/comptes/journal.tpl @@ -20,11 +20,11 @@ - - - Date - Montant - Solde cumulé + + + Date + Montant + Solde cumulé Libellé @@ -38,9 +38,9 @@ {/if} {$ligne.date|date_fr:'d/m/Y'|escape} - {if $ligne.compte_credit == $compte.id}{$credit}{else}{$debit}{/if}{$ligne.montant|html_money} + {$ligne.montant|html_money} {$ligne.solde|html_money} - {$ligne.libelle|escape} + {$ligne.libelle|escape} {/foreach} @@ -53,4 +53,4 @@ -{include file="admin/_foot.tpl"} \ No newline at end of file +{include file="admin/_foot.tpl"}