Author: deepak
Date: Wed May 25 14:17:34 2016
New Revision: 1745491
URL: http://svn.apache.org/viewvc?rev=1745491&view=rev
Log:
(OFBIZ-7021) Fixed typo in MerchantCalculations file name (merchantCaluclations
== merchantCalculations)
Modified:
ofbiz/trunk/specialpurpose/googlecheckout/widget/GoogleCheckoutScreens.xml
Modified:
ofbiz/trunk/specialpurpose/googlecheckout/widget/GoogleCheckoutScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlecheckout/widget/GoogleCheckoutScreens.xml?rev=1745491&r1=1745490&r2=1745491&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/googlecheckout/widget/GoogleCheckoutScreens.xml
(original)
+++ ofbiz/trunk/specialpurpose/googlecheckout/widget/GoogleCheckoutScreens.xml
Wed May 25 14:17:34 2016
@@ -83,7 +83,7 @@
<not><if-empty field="merchantCalculations"/></not>
</condition>
<widgets>
- <platform-specific><html><html-template
location="component://googlecheckout/template/checkoutFlowSupport/merchantCaluclations.ftl"/></html></platform-specific>
+ <platform-specific><html><html-template
location="component://googlecheckout/template/checkoutFlowSupport/MerchantCalculations.ftl"/></html></platform-specific>
</widgets>
</section>
</screen>