feat: set credit note status default to waiting
This commit is contained in:
parent
806a905d40
commit
470921c0df
1 changed files with 1 additions and 1 deletions
|
|
@ -1624,7 +1624,7 @@ model CreditNote {
|
|||
|
||||
code String
|
||||
|
||||
creditNoteStatus CreditNoteStatus @default(Pending)
|
||||
creditNoteStatus CreditNoteStatus @default(Waiting)
|
||||
|
||||
value Float @default(0)
|
||||
reason String?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue