mirror of
https://github.com/frappe/books.git
synced 2024-11-08 14:50:56 +00:00
c10edc7132
Also allow changing a print template type, necessary to create a custom print template for this.
4 lines
110 B
TypeScript
4 lines
110 B
TypeScript
import { InvoiceItem } from '../InvoiceItem/InvoiceItem';
|
|
|
|
export class SalesQuoteItem extends InvoiceItem {}
|