Completed
Branch develop (758ccb)
by
unknown
17:59
created
htdocs/reception/class/api_receptions.class.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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')) {
Please login to merge, or discard this patch.
htdocs/expedition/class/api_shipments.class.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -623,15 +623,15 @@
 block discarded – undo
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')) {
Please login to merge, or discard this patch.