Author: danydb
Date: 2011-12-20 17:29:03 +0100 (Tue, 20 Dec 2011)
New Revision: 4640
Modified:
phpcompta/trunk/include/template/ledger_detail_ven.php
Log:
#315 D?\195?\169tail article
MY_UPDLAB == N
Fix bug with j_text
Modified: phpcompta/trunk/include/template/ledger_detail_ven.php
===================================================================
--- phpcompta/trunk/include/template/ledger_detail_ven.php 2011-12-20
16:28:22 UTC (rev 4639)
+++ phpcompta/trunk/include/template/ledger_detail_ven.php 2011-12-20
16:29:03 UTC (rev 4640)
@@ -148,7 +148,7 @@
else
{
$input = new ISpan("e_march" . $q['j_id'] . "_label");
- $hidden = HtmlInput::hidden("j_id[]", $q[$e]['j_id']);
+ $hidden = HtmlInput::hidden("j_id[]", $q['j_id']);
$input->value = $fiche->strAttribut(ATTR_DEF_NAME);
}
_______________________________________________
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev