Author: danydb
Date: 2012-01-05 17:28:18 +0100 (Thu, 05 Jan 2012)
New Revision: 258
Modified:
trunk/coprop/include/class_budget.php
trunk/coprop/include/template/bud_detail.php
Log:
bug pas de fiche dep
Modified: trunk/coprop/include/class_budget.php
===================================================================
--- trunk/coprop/include/class_budget.php 2012-01-05 16:23:33 UTC (rev
257)
+++ trunk/coprop/include/class_budget.php 2012-01-05 16:28:18 UTC (rev
258)
@@ -77,7 +77,9 @@
$a_input[$i]["amount"]=$amount->input();
$a_input[$i]["hidden"]=$hidden;
- $a_input[$i]["card"]=$card->input();
+ $a_input[$i]["card"]=$card->input().$f_card_bt;
+ $a_input[$i]["card_label"]=$card_label->input();
+
$a_input[$i]['key']=$ikey->input();
}
Modified: trunk/coprop/include/template/bud_detail.php
===================================================================
--- trunk/coprop/include/template/bud_detail.php 2012-01-05 16:23:33 UTC
(rev 257)
+++ trunk/coprop/include/template/bud_detail.php 2012-01-05 16:28:18 UTC
(rev 258)
@@ -16,9 +16,13 @@
<?=$a_input[$i]['card']?>
</td>
<td>
+ <?=$a_input[$i]['card_label']?>
+ </td>
+ <td>
<?=$a_input[$i]['key']?>
</td>
+
<td>
<?=$a_input[$i]['amount']?>
_______________________________________________
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev