Author: pawan
Date: Sat Sep 28 09:33:14 2019
New Revision: 1867661
URL:
http://svn.apache.org/viewvc?rev=1867661&view=revLog:
Fixed: FTL Error on Order Entry Payment screen
(OFBIZ-11122)
Corrected template location path.
Thanks Shikha Jaiswal for your contribution.
Modified:
ofbiz/branches/release16.11/applications/order/widget/ordermgr/OrderEntryOrderScreens.xml
Modified: ofbiz/branches/release16.11/applications/order/widget/ordermgr/OrderEntryOrderScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release16.11/applications/order/widget/ordermgr/OrderEntryOrderScreens.xml?rev=1867661&r1=1867660&r2=1867661&view=diff==============================================================================
--- ofbiz/branches/release16.11/applications/order/widget/ordermgr/OrderEntryOrderScreens.xml (original)
+++ ofbiz/branches/release16.11/applications/order/widget/ordermgr/OrderEntryOrderScreens.xml Sat Sep 28 09:33:14 2019
@@ -122,7 +122,7 @@ under the License.
<widgets>
<decorator-screen name="CommonOrderCheckoutDecorator">
<decorator-section name="body">
- <platform-specific><html><html-template location="component://common-theme/template/includes/SetDependentDropdownValuesJs.ftl"/></html></platform-specific>
+ <platform-specific><html><html-template location="component://common/template/includes/SetDependentDropdownValuesJs.ftl"/></html></platform-specific>
<platform-specific>
<html><html-template location="component://order/template/entry/EditShipAddress.ftl"/></html>
</platform-specific>
@@ -187,7 +187,7 @@ under the License.
<widgets>
<decorator-screen name="CommonOrderCheckoutDecorator">
<decorator-section name="body">
- <platform-specific><html><html-template location="component://common-theme/template/includes/SetDependentDropdownValuesJs.ftl"/></html></platform-specific>
+ <platform-specific><html><html-template location="component://common/template/includes/SetDependentDropdownValuesJs.ftl"/></html></platform-specific>
<platform-specific>
<html><html-template location="component://order/template/entry/BillSettings.ftl"/></html>
</platform-specific>