Swapnil M Mane created OFBIZ-7091:
-------------------------------------

             Summary: Two empty options are shown in shipping method select box 
on Edit promo screen
                 Key: OFBIZ-7091
                 URL: https://issues.apache.org/jira/browse/OFBIZ-7091
             Project: OFBiz
          Issue Type: Improvement
          Components: product
    Affects Versions: Trunk
            Reporter: Swapnil M Mane
            Assignee: Pranay Pandey
            Priority: Trivial


On Edit promo screen, in existing condition section's select box two empty 
options are shown.
Please find the screenshot for more detail.

Reason and Solution:
As per the code in EditProductPromoRules.ftl,

{code}
<option value = 
"${carrierShippingMethod!}">${carrierParty!}&nbsp;${description}</option
<option value = "">&nbsp;</option>
{code}

And the carrierParty is calculated above, if it is not available the first 
option will show automatically as empty option

{code}
<option value = 
"${carrierShippingMethod!}">${carrierParty!}&nbsp;${description}</option>
{code}

So, we don't need the section option empty option field and can remove it.
{code}
<option value = "">&nbsp;</option>
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to