Skip to Content
Menu
This question has been flagged
1 Reply
753 Views

How to change the field string 'Buyer' in the purchase module.

Avatar
Discard
Best Answer

Hi

Try the code,


<xpath expr="//field[@name='user_id']" position="attributes">

    <attribute name="string">Responsible User</attribute>

</xpath>



Hope it helps

Avatar
Discard