You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2022/02/28 17:33:46 UTC

[ofbiz-framework] branch trunk updated: Improved: no functional change, simple formatting

This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 9bc5f2b  Improved: no functional change, simple formatting
9bc5f2b is described below

commit 9bc5f2b4d4c79bb9c4efd562552252188d5a76d0
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Mon Feb 28 18:28:20 2022 +0100

    Improved: no functional change, simple formatting
---
 themes/common-theme/template/includes/States.ftl | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/themes/common-theme/template/includes/States.ftl b/themes/common-theme/template/includes/States.ftl
index c392085..44a5edd 100644
--- a/themes/common-theme/template/includes/States.ftl
+++ b/themes/common-theme/template/includes/States.ftl
@@ -23,8 +23,7 @@ under the License.
 
 <#-- Here is some alternate code to get states limited to a region
 <#if requestParameters.CUSTOMER_COUNTRY??>
-    <#assign stateAssocs = Static[
-        "org.apache.ofbiz.common.CommonWorkers"].getAssociatedStateList(delegator,requestParameters.CUSTOMER_COUNTRY)>
+    <#assign stateAssocs = Static["org.apache.ofbiz.common.CommonWorkers"].getAssociatedStateList(delegator,requestParameters.CUSTOMER_COUNTRY)>
 <#else>
     <#assign stateAssocs = Static["org.apache.ofbiz.common.CommonWorkers"].getAssociatedStateList(delegator,null)>
 </#if>