2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 19:29:02 +00:00
books/fixtures/invoicePrint.js

6 lines
145 B
JavaScript
Raw Normal View History

2018-02-20 17:11:16 +00:00
module.exports = {
doctype: "PrintFormat",
name: "Standard Invoice Format",
for: "Invoice",
template: require('./invoice.html')
}