0000530: Ajouter la possibilité d'entrer une date par opération dans la saisie du journal de banque

Prep. code commenté, problème avec Acc_Ledger_Fin
This commit is contained in:
Dany De Bontridder 2012-06-18 16:06:00 +00:00
parent a08a5c1ad8
commit 712b83b470

View file

@ -21,6 +21,7 @@
<fieldset><legend><?=_('Opérations')?></legend>
<table id="fin_item" width="100%" border="0">
<tr>
<!--<th style="text-align: left"><?=_('Date')?><?=HtmlInput::infobulle(16)?></TH> -->
<th style="text-align: left;width: auto">code<?HtmlInput::infobulle(0)?></TH>
<th style="text-align: left"><?=_('Fiche')?></TH>
<th style="text-align: left"><?=_('Commentaire')?></TH>
@ -30,6 +31,7 @@
<? foreach ($array as $item) {
echo '<tr>';
// echo td($item['dateop']);
echo td($item['qcode'].$item['search']);
echo td($item['cname']);
echo td($item['comment']);