You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Vikas Mayur (JIRA)" <ji...@apache.org> on 2009/06/27 08:48:47 UTC

[jira] Closed: (OFBIZ-2663) Supplier drop down list should be sorted alphabetically by supplier name and the supplierId should also show on Order Initialization screen

     [ https://issues.apache.org/jira/browse/OFBIZ-2663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vikas Mayur closed OFBIZ-2663.
------------------------------

    Resolution: Fixed

Thanks Akash,

Your patch is in rev. 788929

Vikas

> 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
>            Assignee: Vikas Mayur
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: Supplier_Dropdown_List_Sorted_Alphabetically_By_SupplierName_OFBIZ-2663.patch
>
>
> 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.