Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

12 righe
339 B

  1. # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
  2. # MIT License. See license.txt
  3. from __future__ import unicode_literals
  4. no_cache = 1
  5. no_sitemap = 1
  6. base_template_path = "templates/pages/print.html"
  7. def get_context(context):
  8. from webnotes.core.doctype.print_format.print_format import get_args
  9. return get_args()