Skip to content

Commit

Permalink
fix: action name in Purchase Receipt
Browse files Browse the repository at this point in the history
  • Loading branch information
AbleKSaju committed Aug 10, 2024
1 parent 99e6cd5 commit c97b652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/inventory/PurchaseReceipt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ export class PurchaseReceipt extends StockTransfer {
}

static getActions(fyo: Fyo): Action[] {
return getStockTransferActions(fyo, ModelNameEnum.Shipment);
return getStockTransferActions(fyo, ModelNameEnum.PurchaseReceipt);
}
}

0 comments on commit c97b652

Please sign in to comment.