Plugins  LAST
 All Data Structures Files Functions Variables Pages
material_delete.inc.php
Go to the documentation of this file.
1 <?php
2 
3 require 'class_amortissement_sql.php';
4 echo HtmlInput::title_box('Bien à amortir',$t);
6 $amrt->load();
7 echo '<h2 class="notice">'._('Effacé').'</h2>';
8 $fiche = new Fiche($cn,$amrt->f_id);
9 echo $fiche->getName()." ".$fiche->get_quick_code();
10 $amrt->delete();
11 echo '<p style="text-align:center">';
12 echo HtmlInput::button_close($t);
13 echo '</p>';
Manage the table amortissement.amortissement.
global $cn