Supplier drop down list should be sorted alphabetically by supplier name and 
the supplierId should also show on Order Initialization screen 
--------------------------------------------------------------------------------------------------------------------------------------------

                 Key: OFBIZ-2663
                 URL: https://issues.apache.org/jira/browse/OFBIZ-2663
             Project: OFBiz
          Issue Type: Improvement
          Components: order
    Affects Versions: SVN trunk
            Reporter: Akash Jain
            Priority: Minor
             Fix For: SVN trunk


Supplier drop down list should be sorted alphabetically by supplier name and 
the supplierId should also show on Order Initialization screen

Suppose there are two suppliers for an organization
         partyId          |     groupName
    _______________|________________
         10000           |       ABD
         10001           |       ABC

Now Depress Order Entry ant select Supplier drop down it should be shown like
[10001] ABC
[10000] ABD
 
Instead of 
ABD
ABC


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to