/** * @file * @brief Called from Follow_Up_Detail for displaying detail * @see Follow_Up_Detail::display */ // Number of articles $article_count=(count($p_follow_up->aAction_detail)==0)?MAX_ARTICLE:count($p_follow_up->aAction_detail); // total item and vat $tot_item=0; $tot_vat=0; $text=new IText(); $num=new INum(); $itva=new ITva_Popup(); $readonly=($p_view == "READ")?true:false; // Check for the Price on ACH or VEN $cn=Dossier::connect(); $document_type=$p_follow_up->db->get_value("select ag_type from action_gestion where ag_id = $1",[$p_follow_up->ag_id]); $option_detail= Document_Option::option_operation_detail($document_type); // default menu for invoice $menu=new Default_Menu(); ?>