webERP Forum

Full Version: Add New Vendor URL Field
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When creating a new vendor the information added to the URL field does not save? I have to Modify the Vendor Details to get the URL to save.

Confused
(01-19-2014, 04:36 AM)gcp_mn Wrote: [ -> ]When creating a new vendor the information added to the URL field does not save? I have to Modify the Vendor Details to get the URL to save.

Confused
Thanks for the report, fixed in SVN, revision 6544.

Basically, in the Suppliers.php script, the change is at line 739:

Change the name's property value from this:
Code:
    <td><input type="url" name="url"
to this:
Code:
    <td><input type="url" name="URL"
I have to enter my email, my password and a URL. Havn't got a clue what that means or what goes in there. Please help the NoOb.
URL = Uniform Resource Locator

http://en.wikipedia.org/wiki/Uniform_resource_locator

or probably more simply the supplier's web-site address