up
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-06-26 21:32:52 +03:30
parent 00bf62f31b
commit 141f70c6f8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ const CreateInvoice: FC = () => {
const mappedItems: CreatePreInvoiceItemType[] = request.items?.length
? request.items.map((item) => ({
productId: item.product?.id ?? "",
quantity: item.quantity ?? 1,
quantity: 1,
unitPrice: 0,
discount: 0,
discountPercent: null,