Direct payments for invoices
Events can be moved to archive and moved back Fixed validation
This commit is contained in:
@@ -15,6 +15,11 @@ class InvoiceType extends CommonModel {
|
||||
|
||||
public const INVOICE_TYPE_CATERING = 'catering';
|
||||
|
||||
public const INVOICE_TYPE_LOGSTIC = 'logistic';
|
||||
|
||||
public const INVOICE_TYPE_TECHNICAL = 'technical';
|
||||
|
||||
public const INVOICE_TYPE_MANAGEMENT = 'management';
|
||||
|
||||
protected $fillable = [
|
||||
'slug',
|
||||
|
||||
Reference in New Issue
Block a user