Fix #10263
This commit is contained in:
parent
918b87d1c7
commit
00597477e4
@ -447,7 +447,7 @@ NEW: Filter export model is now by user
|
|||||||
NEW: Finish implementation of option PRODUIT_CUSTOMER_PRICES_BY_QTY_MULTIPRICES
|
NEW: Finish implementation of option PRODUIT_CUSTOMER_PRICES_BY_QTY_MULTIPRICES
|
||||||
NEW: generalize use of button to create new element from list
|
NEW: generalize use of button to create new element from list
|
||||||
NEW: hidden conf AGENDA_NB_WEEKS_IN_VIEW_PER_USER to set nb weeks to show into per user view
|
NEW: hidden conf AGENDA_NB_WEEKS_IN_VIEW_PER_USER to set nb weeks to show into per user view
|
||||||
NEW: hidden conf to assign category to thirparty that are neither customer nor prospect or supplier
|
NEW: hidden conf to assign category to thirdparty that are neither customer nor prospect or supplier
|
||||||
NEW: hidden conf to set nb weeks to show into user view
|
NEW: hidden conf to set nb weeks to show into user view
|
||||||
NEW: hidden option MAIN_DISABLE_FREE_LINES
|
NEW: hidden option MAIN_DISABLE_FREE_LINES
|
||||||
NEW: improve way of adding users/sales representative to thirdparty
|
NEW: improve way of adding users/sales representative to thirdparty
|
||||||
|
|||||||
@ -607,7 +607,7 @@ class Expedition extends CommonObject
|
|||||||
$this->getUrlTrackingStatus($obj->tracking_number);
|
$this->getUrlTrackingStatus($obj->tracking_number);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Thirparty
|
* Thirdparty
|
||||||
*/
|
*/
|
||||||
$result=$this->fetch_thirdparty();
|
$result=$this->fetch_thirdparty();
|
||||||
|
|
||||||
|
|||||||
@ -444,7 +444,7 @@ class Reception extends CommonObject
|
|||||||
$this->getUrlTrackingStatus($obj->tracking_number);
|
$this->getUrlTrackingStatus($obj->tracking_number);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Thirparty
|
* Thirdparty
|
||||||
*/
|
*/
|
||||||
$result=$this->fetch_thirdparty();
|
$result=$this->fetch_thirdparty();
|
||||||
|
|
||||||
|
|||||||
@ -1445,7 +1445,7 @@ class Societe extends CommonObject
|
|||||||
* Delete a third party from database and all its dependencies (contacts, rib...)
|
* Delete a third party from database and all its dependencies (contacts, rib...)
|
||||||
*
|
*
|
||||||
* @param int $id Id of third party to delete
|
* @param int $id Id of third party to delete
|
||||||
* @param User $fuser User who ask to delete thirparty
|
* @param User $fuser User who ask to delete thirdparty
|
||||||
* @param int $call_trigger 0=No, 1=yes
|
* @param int $call_trigger 0=No, 1=yes
|
||||||
* @return int <0 if KO, 0 if nothing done, >0 if OK
|
* @return int <0 if KO, 0 if nothing done, >0 if OK
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user