Addy
unread,Jan 7, 2013, 10:04:57 PM1/7/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to erpnext-u...@googlegroups.com
Hi,
I am trying to fetch the shipping address title from the address table in the Sales Order form and the below mentioned code in the custom script does not seem to work.
cur_frm.add_fetch('address','address_title','shipping_address_title');
Can some one please let me know what is wrong with the above code. I would like the title to be shown as soon as the customer is fetched.