Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(data-format): rnf invoice allow negative line items
  • Loading branch information
leoslr committed Apr 30, 2025
commit 2022e1337009f85e2486c94e4afe83ab4f727771
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
},
"unitPrice": {
"type": "string",
"pattern": "^\\d+$"
"pattern": "^-?\\d+$"
},
"discount": {
"type": "string",
Expand Down