2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 11:29:00 +00:00
books/fixtures/invoicePrint.js
2018-02-20 22:41:16 +05:30

6 lines
145 B
JavaScript

module.exports = {
doctype: "PrintFormat",
name: "Standard Invoice Format",
for: "Invoice",
template: require('./invoice.html')
}