25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

print.py 244 B

12345678910
  1. # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd.
  2. # MIT License. See license.txt
  3. from __future__ import unicode_literals
  4. no_cache = True
  5. def get_context():
  6. from core.doctype.print_format.print_format import get_args
  7. return get_args()