All methods set_draft() were renamed into setDraft()

This commit is contained in:
Laurent Destailleur
2019-03-15 19:01:40 +01:00
parent 6ecd37ea8f
commit c0b6699b25
18 changed files with 17 additions and 18 deletions

View File

@@ -479,7 +479,7 @@ class Commande extends CommonOrder
* @param int $idwarehouse Warehouse ID to use for stock change (Used only if option STOCK_CALCULATE_ON_VALIDATE_ORDER is on)
* @return int <0 if KO, >0 if OK
*/
public function set_draft($user, $idwarehouse = -1)
public function setDraft($user, $idwarehouse = -1)
{
//phpcs:enable
global $conf,$langs;