mirror of
https://github.com/crater-invoice/crater.git
synced 2025-12-15 01:42:54 -05:00
Minor fixes
This commit is contained in:
@@ -27,7 +27,6 @@ class Invoice extends Model implements HasMedia
|
||||
|
||||
public const STATUS_DRAFT = 'DRAFT';
|
||||
public const STATUS_SENT = 'SENT';
|
||||
public const STATUS_OVERDUE = 'OVERDUE';
|
||||
public const STATUS_VIEWED = 'VIEWED';
|
||||
public const STATUS_COMPLETED = 'COMPLETED';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user