Author: danydb
Date: 2011-12-04 06:36:15 +0100 (Sun, 04 Dec 2011)
New Revision: 206

Modified:
   trunk/tools/include/template/search_view.php
Log:
date problem with CSV (str_jr_date instead of jr_date)


Modified: trunk/tools/include/template/search_view.php
===================================================================
--- trunk/tools/include/template/search_view.php        2011-12-04 05:34:38 UTC 
(rev 205)
+++ trunk/tools/include/template/search_view.php        2011-12-04 05:36:15 UTC 
(rev 206)
@@ -140,7 +140,7 @@
 
 
        <TR <?=$odd?> >
-       <TD><?=$row['jr_str_date']?></TD>
+       <TD><?=$row['str_jr_date']?></TD>
        <td><?=HtmlInput::detail_op($row['jr_id'],$row['jr_internal'])?></td>
        <td><?=$row['jr_pj_number']?></td>
        <td><?=$row['jrn_def_name']?></td>


_______________________________________________
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to