No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
|
- # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
- # MIT License. See license.txt
-
- from __future__ import unicode_literals
-
- no_cache = 1
- no_sitemap = 1
- base_template_path = "templates/pages/print.html"
-
- def get_context(context):
- from webnotes.core.doctype.print_format.print_format import get_args
- return get_args()
|