mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 04:59:18 +00:00
Merge branch 'hotfix'
This commit is contained in:
@@ -5,7 +5,7 @@ import frappe
|
|||||||
from erpnext.hooks import regional_overrides
|
from erpnext.hooks import regional_overrides
|
||||||
from frappe.utils import getdate
|
from frappe.utils import getdate
|
||||||
|
|
||||||
__version__ = '11.1.32'
|
__version__ = '11.1.33'
|
||||||
|
|
||||||
def get_default_company(user=None):
|
def get_default_company(user=None):
|
||||||
'''Get default company for user'''
|
'''Get default company for user'''
|
||||||
|
|||||||
@@ -1121,7 +1121,7 @@ erpnext.TransactionController = erpnext.taxes_and_totals.extend({
|
|||||||
return {
|
return {
|
||||||
"items": this._get_item_list(item),
|
"items": this._get_item_list(item),
|
||||||
"customer": me.frm.doc.customer || me.frm.doc.party_name,
|
"customer": me.frm.doc.customer || me.frm.doc.party_name,
|
||||||
"quotation_to": me.doc.frm.quotation_to,
|
"quotation_to": me.frm.doc.quotation_to,
|
||||||
"customer_group": me.frm.doc.customer_group,
|
"customer_group": me.frm.doc.customer_group,
|
||||||
"territory": me.frm.doc.territory,
|
"territory": me.frm.doc.territory,
|
||||||
"supplier": me.frm.doc.supplier,
|
"supplier": me.frm.doc.supplier,
|
||||||
|
|||||||
Reference in New Issue
Block a user