Skip to content

Commit 10b78da

Browse files
authored
Require Vendor ID
1 parent 6d1a25f commit 10b78da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/quickbooks/actions/create-bill/create-bill.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export default {
1717
type: "string",
1818
label: "Vendor ID",
1919
description: "Reference to the vendor for this transaction",
20+
optional: false,
2021
},
2122
currencyRefValue: {
2223
propDefinition: [

0 commit comments

Comments
 (0)