diff --git a/doc/heading.php b/doc/heading.php new file mode 100644 index 000000000..205f7459b --- /dev/null +++ b/doc/heading.php @@ -0,0 +1,25 @@ +'; @@ -95,7 +95,7 @@ $wHypo=new widget("text","","bh_id",$Hyp->bh_name); $wHypo->readonly=true; echo $wHypo->IOValue(); if ( $po_id !== -1 ) { - $oPo_id=new Poste_analytique($cn,$po_id); + $oPo_id=new Anc_Account($cn,$po_id); $oPo_id->get_by_id(); $wPo_id=new widget("text","","po_id",$oPo_id->name); $wPo_id->readonly=true; diff --git a/include/ca_od.inc.php b/include/ca_od.inc.php index 821c225c0..27a16e874 100644 --- a/include/ca_od.inc.php +++ b/include/ca_od.inc.php @@ -26,7 +26,7 @@ /* \brief Misc Operation for analytic accountancy * */ -require_once("class_poste_analytic.php"); +require_once("class_anc_account.php"); require_once ("class_widget.php"); require_once ("class_anc_operation.php"); require_once ("class_groupop.php"); diff --git a/include/ca_pa.inc.php b/include/ca_pa.inc.php index 39c4446a0..3f6c065cd 100644 --- a/include/ca_pa.inc.php +++ b/include/ca_pa.inc.php @@ -27,7 +27,7 @@ * */ require_once("class_plananalytic.php"); -require_once("class_poste_analytic.php"); +require_once("class_anc_account.php"); $ret=""; //--------------------------------------------------------------------------- // action @@ -125,7 +125,7 @@ if ( isset($_REQUEST['sa'])) // show the form for add a poste if ( $sa=='po_add') { - $po=new Poste_analytique($cn); + $po=new Anc_Account($cn); $po->pa_id=$_REQUEST['pa_id']; $wSa=new widget("hidden","sa","sa","po_write"); $ret.='