contract signature part is done
This commit is contained in:
@@ -8,5 +8,6 @@ STATUS = (
|
||||
('created', 'created',),
|
||||
('signed_company', 'signed by company',),
|
||||
('signed_customer', 'signed by customer',),
|
||||
('cancelled', 'cancelled')
|
||||
('contract_signed', 'contract signed'),
|
||||
('cancelled', 'cancelled'),
|
||||
)
|
||||
Reference in New Issue
Block a user