hide master_name if not master_type
diff --git a/accounts/doctype/account/account.js b/accounts/doctype/account/account.js
index a54c83a..2d35bd1 100644
--- a/accounts/doctype/account/account.js
+++ b/accounts/doctype/account/account.js
@@ -48,7 +48,7 @@
 	} else {
 		// credit days and type if customer or supplier
 		cur_frm.set_intro(null);
-		cur_frm.toggle_display(['credit_days', 'credit_limit'], 
+		cur_frm.toggle_display(['credit_days', 'credit_limit', 'master_name'], 
 			in_list(['Customer', 'Supplier'], doc.master_type));
 
 		// hide tax_rate