You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2010/02/04 18:17:09 UTC

svn commit: r906570 - /ofbiz/trunk/applications/order/webapp/ordermgr/order/ordershippinginfo.ftl

Author: jacopoc
Date: Thu Feb  4 17:17:09 2010
New Revision: 906570

URL: http://svn.apache.org/viewvc?rev=906570&view=rev
Log:
Enabled link for creating a shipment for a purchase order even if it is in the created status: shipment items (plans) can now be created (without receiving the items in inventory) in order to plan the shipments; shipment and shipment events, that ppears in the calendar are a good tools to negotiate and schedule, together with the supplier the delivery dates before approving the order.

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=906570&r1=906569&r2=906570&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/order/ordershippinginfo.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/order/ordershippinginfo.ftl Thu Feb  4 17:17:09 2010
@@ -600,7 +600,6 @@
                  </form>
                </#if>
              <#else>
-               <#if (orderHeader.statusId == "ORDER_APPROVED") || (orderHeader.statusId == "ORDER_SENT")>
                <#assign facilities = facilitiesForShipGroup.get(shipGroup.shipGroupSeqId)>
                <#if facilities?has_content>
                    <div>
@@ -636,7 +635,6 @@
                         <input type="hidden" name="externalLoginKey" value="${externalLoginKey}">
                     </form>
                </#if>
-               </#if>
              </#if>
             </td>
          </tr>