Author: mbrohl
Date: Sat Dec 17 15:18:15 2016
New Revision: 1774775
URL:
http://svn.apache.org/viewvc?rev=1774775&view=revLog:
Fixed: Error occurred when making Shopping list public/private from Party Detail screen.
(OFBIZ-7683)
Thanks: Ankit Joshi for reporting and providing the patch.
Modified:
ofbiz/branches/release14.12/applications/party/webapp/partymgr/party/editShoppingList.ftl
Modified: ofbiz/branches/release14.12/applications/party/webapp/partymgr/party/editShoppingList.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release14.12/applications/party/webapp/partymgr/party/editShoppingList.ftl?rev=1774775&r1=1774774&r2=1774775&view=diff==============================================================================
--- ofbiz/branches/release14.12/applications/party/webapp/partymgr/party/editShoppingList.ftl (original)
+++ ofbiz/branches/release14.12/applications/party/webapp/partymgr/party/editShoppingList.ftl Sat Dec 17 15:18:15 2016
@@ -103,8 +103,8 @@ under the License.
<select name="isPublic" <#if shoppingList.listName?default("") == "auto-save">disabled</#if>>
<option>${shoppingList.isPublic}</option>
<option value="${shoppingList.isPublic}">--</option>
- <option>${uiLabelMap.CommonYes}</option>
- <option>${uiLabelMap.CommonNo}</option>
+ <option value="Y">${uiLabelMap.CommonYes}</option>
+ <option value="N">${uiLabelMap.CommonNo}</option>
</select>
</td>
</tr>