mirror of
https://github.com/frappe/books.git
synced 2024-11-15 09:54:04 +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 {}
|