brotherton-erpnext/erpnext/patches/v6_20x/set_compact_print.py

6 lines
140 B
Python
Raw Normal View History

from __future__ import unicode_literals
import frappe
def execute():
frappe.db.set_value("Features Setup", None, "compact_item_print", 1)