@@ -43,7 +43,7 @@ discard block |
||
43 | 43 | public $reception; |
44 | 44 | |
45 | 45 | /** |
46 | - * Constructor |
|
46 | + * Constructor |
|
47 | 47 | */ |
48 | 48 | public function __construct() |
49 | 49 | { |
@@ -621,15 +621,15 @@ discard block |
||
621 | 621 | */ |
622 | 622 | |
623 | 623 | /** |
624 | - * Close a reception (Classify it as "Delivered") |
|
625 | - * |
|
626 | - * @param int $id Reception ID |
|
627 | - * @param int $notrigger Disabled triggers |
|
628 | - * |
|
629 | - * @url POST {id}/close |
|
630 | - * |
|
631 | - * @return Object |
|
632 | - */ |
|
624 | + * Close a reception (Classify it as "Delivered") |
|
625 | + * |
|
626 | + * @param int $id Reception ID |
|
627 | + * @param int $notrigger Disabled triggers |
|
628 | + * |
|
629 | + * @url POST {id}/close |
|
630 | + * |
|
631 | + * @return Object |
|
632 | + */ |
|
633 | 633 | public function close($id, $notrigger = 0) |
634 | 634 | { |
635 | 635 | if (!DolibarrApiAccess::$user->hasRight('reception', 'creer')) { |
@@ -623,15 +623,15 @@ |
||
623 | 623 | */ |
624 | 624 | |
625 | 625 | /** |
626 | - * Close a shipment (Classify it as "Delivered") |
|
627 | - * |
|
628 | - * @param int $id Expedition ID |
|
629 | - * @param int $notrigger Disabled triggers |
|
630 | - * |
|
631 | - * @url POST {id}/close |
|
632 | - * |
|
633 | - * @return object |
|
634 | - */ |
|
626 | + * Close a shipment (Classify it as "Delivered") |
|
627 | + * |
|
628 | + * @param int $id Expedition ID |
|
629 | + * @param int $notrigger Disabled triggers |
|
630 | + * |
|
631 | + * @url POST {id}/close |
|
632 | + * |
|
633 | + * @return object |
|
634 | + */ |
|
635 | 635 | public function close($id, $notrigger = 0) |
636 | 636 | { |
637 | 637 | if (!DolibarrApiAccess::$user->hasRight('expedition', 'creer')) { |