mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 20:29:09 +00:00
added server side print format
This commit is contained in:
12
website/templates/pages/print.html
Normal file
12
website/templates/pages/print.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{{ doc and (doc.name + " - " + doc.doctype) or "Error" }}</title>
|
||||
<meta name="generator" content="wnframework">
|
||||
</head>
|
||||
<body>
|
||||
{{ body }}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user