Merge pull request #198 from mchev/invoice_cancellation

Support for Zero and Negative Item Quantities on Invoices
This commit is contained in:
mchev
2024-11-02 11:24:09 +01:00
committed by Darko Gjorgjijoski
parent e1a0a2d8e4
commit 967c225df9
7 changed files with 148 additions and 23 deletions

View File

@@ -254,6 +254,7 @@ async function submitForm() {
v$.value.$touch()
if (v$.value.$invalid) {
console.log('Form is invalid:', v$.value.$errors)
return false
}