mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Merge branch '13_set_date_livraison' of github.com:fappels/dolibarr into 13_set_date_livraison
This commit is contained in:
commit
91496682fb
|
|
@ -2550,7 +2550,7 @@ class Commande extends CommonOrder
|
|||
// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
|
||||
/**
|
||||
* Set delivery date
|
||||
*
|
||||
*
|
||||
* @param User $user Object user that modify
|
||||
* @param int $delivery_date Delivery date
|
||||
* @param int $notrigger 1=Does not execute triggers, 0= execute triggers
|
||||
|
|
|
|||
|
|
@ -2260,7 +2260,7 @@ class CommandeFournisseur extends CommonOrder
|
|||
// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
|
||||
/**
|
||||
* Set delivery date
|
||||
*
|
||||
*
|
||||
* @param User $user Object user that modify
|
||||
* @param int $delivery_date Delivery date
|
||||
* @param int $notrigger 1=Does not execute triggers, 0= execute triggers
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user