I would like to see viewinvoice.tpl include head.tpl or at the very least script.min.js and custom.css.
Doing so would make jQuery, Bootstrap JS, etc available for use on the viewinvoice page where as right now it's not. including custom.css would allow for styling changes without mucking with invoice.css
1 Comment
Login to post a comment.
edit file viewinvoice.tpl and insert code {include file="$template/header.tpl"} in first line and insert code {include file="$template/footer.tpl"} in last line .
you can delete <html> & <head> & <title> tag