@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user