homologacion #7

Merged
ncoronel merged 12 commits from homologacion into main 2026-09-17 17:52:29 +00:00
20 changed files with 71 additions and 47 deletions
Showing only changes of commit 8664c86915 - Show all commits

View File

@@ -115,7 +115,6 @@ export interface PurchaseDetailItemResponse {
quantity: number;
unit_price: string;
line_total: string;
refunded_amount?: string;
source_catalog_item_id: number | null;
source_variant_id: number | null;
item_details: {