[hotfix] use me.frm.doc in get_item_details
diff --git a/erpnext/public/js/controllers/transaction.js b/erpnext/public/js/controllers/transaction.js
index b3bc66b..b8d9f04 100644
--- a/erpnext/public/js/controllers/transaction.js
+++ b/erpnext/public/js/controllers/transaction.js
@@ -184,8 +184,8 @@
is_subcontracted: me.frm.doc.is_subcontracted,
transaction_date: me.frm.doc.transaction_date || me.frm.doc.posting_date,
ignore_pricing_rule: me.frm.doc.ignore_pricing_rule,
- doctype: me.frm.doctype,
- name: me.frm.name,
+ doctype: me.frm.doc.doctype,
+ name: me.frm.doc.name,
project_name: item.project_name || me.frm.doc.project_name,
qty: item.qty
}