Plugins  LAST
 All Data Structures Files Functions Variables Pages
ajax_bud_display.php
Go to the documentation of this file.
1 <?php
2 /**
3  * @file montre détail budget pour mise à jour
4  */
5 require_once 'class_copro_budget.php';
6 
7 
8 echo '<form id="fbud_update" method="post">';
10 $bud->b_id=$bud_id;
11 
12 $bud->detail();
13 echo HtmlInput::submit("bud_update","Valider");
14 echo "</form>";
15 ?>