invoice fx
This commit is contained in:
parent
235e36a76c
commit
ce5bd8dd1c
|
|
@ -37,12 +37,4 @@ class Order extends \Webkul\Sales\Models\Order implements \Sarga\Shop\Contracts\
|
|||
return $this->status === self::STATUS_SHIPPING && parent::canInvoice();
|
||||
}
|
||||
|
||||
/**
|
||||
* Checks if new shipment is allow or not
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function canShip(): bool{
|
||||
return $this->status === self::STATUS_SHIPPING && parent::canShip();
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue