2
0
mirror of https://github.com/frappe/books.git synced 2025-01-23 15:18:24 +00:00
books/models/inventory/PurchaseReceiptItem.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
120 B
TypeScript
Raw Permalink Normal View History

import { StockTransferItem } from './StockTransferItem';
export class PurchaseReceiptItem extends StockTransferItem {}