Fix phpcs
This commit is contained in:
parent
070fc26dcb
commit
1a0eeaf701
@ -530,7 +530,7 @@ class Shipments extends DolibarrApi
|
|||||||
if ($result < 0) {
|
if ($result < 0) {
|
||||||
throw new RestException(500, 'Error when validating Shipment: '.$this->shipment->error);
|
throw new RestException(500, 'Error when validating Shipment: '.$this->shipment->error);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Reload shipment
|
// Reload shipment
|
||||||
$result = $this->shipment->fetch($id);
|
$result = $this->shipment->fetch($id);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user