dolibarr 19.0.3
|
Contains functions used in replenish.php and replenishorders.php. More...
Go to the source code of this file.
Functions | |
dolDispatchToDo ($order_id) | |
Check if there is still some dispatching of stock to do. | |
dispatchedOrders () | |
dispatchedOrders | |
ordered ($product_id) | |
ordered | |
getProducts ($order_id) | |
getProducts | |
Contains functions used in replenish.php and replenishorders.php.
Definition in file replenishment.lib.php.
dispatchedOrders | ( | ) |
dispatchedOrders
Definition at line 84 of file replenishment.lib.php.
References dolDispatchToDo().
dolDispatchToDo | ( | $order_id | ) |
Check if there is still some dispatching of stock to do.
int | $order_id | Id of order to check |
Definition at line 33 of file replenishment.lib.php.
References getDolGlobalString().
Referenced by dispatchedOrders().
getProducts | ( | $order_id | ) |
getProducts
int | $order_id | Order id |
Definition at line 154 of file replenishment.lib.php.
ordered | ( | $product_id | ) |
ordered
int | $product_id | Product id |
Definition at line 114 of file replenishment.lib.php.
References dol_print_error().