Author: jacopoc
Date: Wed Aug 6 01:56:41 2008
New Revision: 683179
URL:
http://svn.apache.org/viewvc?rev=683179&view=revLog:
Fixed bug (reported in OFBIZ-1909 by Roy Remus Natavio) that I recently introduced while moving order details links around.
Modified:
ofbiz/trunk/applications/order/webapp/ordermgr/order/ordershippinginfo.ftl
Modified: ofbiz/trunk/applications/order/webapp/ordermgr/order/ordershippinginfo.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/order/ordershippinginfo.ftl?rev=683179&r1=683178&r2=683179&view=diff==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/order/ordershippinginfo.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/order/ordershippinginfo.ftl Wed Aug 6 01:56:41 2008
@@ -27,9 +27,7 @@
<#if security.hasEntityPermission("FACILITY", "_CREATE", session) && ((orderHeader.statusId == "ORDER_APPROVED") || (orderHeader.statusId == "ORDER_SENT"))>
<#-- Special shipment options -->
<#if orderHeader.orderTypeId == "SALES_ORDER">
- <#if !shipGroup.supplierPartyId?has_content>
- <li><a href="<@ofbizUrl>quickShipOrder?${paramString}</@ofbizUrl>" class="buttontext">${uiLabelMap.OrderQuickShipEntireOrder}</a></li>
- </#if>
+ <li><a href="<@ofbizUrl>quickShipOrder?${paramString}</@ofbizUrl>" class="buttontext">${uiLabelMap.OrderQuickShipEntireOrder}</a></li>
<#else> <#-- PURCHASE_ORDER -->
<span class="label"> <#if orderHeader.orderTypeId == "PURCHASE_ORDER">${uiLabelMap.ProductDestinationFacility}</#if></span>
<#if ownedFacilities?has_content>