Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
756 Zobrazení

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

Avatar
Zrušit
Nejlepší odpověď

Hi

Try the code,


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

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

</xpath>



Hope it helps

Avatar
Zrušit