2
0
mirror of https://github.com/frappe/books.git synced 2025-02-13 17:39:09 +00:00
books/models/inventory/PurchaseReceiptItem.ts

4 lines
120 B
TypeScript
Raw Normal View History

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