Fixes to handle async events (#11018)

* Fixes to handle async events

* transaction.js code cleanup

* Don't map taxes and charges while making PO from SO for drop-ship

* Removed print
This commit is contained in:
Nabin Hait
2017-10-03 01:09:46 +05:30
committed by GitHub
parent 7eba1a35d3
commit 7b6eaee05b
3 changed files with 30 additions and 27 deletions

View File

@@ -13,7 +13,6 @@ class StudentApplicant(Document):
if self.student_admission:
naming_series = frappe.db.get_value('Student Admission', self.student_admission,
'naming_series_for_student_applicant')
print(naming_series)
if naming_series:
self.naming_series = naming_series