Author: ashish
Date: Thu Nov 19 08:09:59 2009
New Revision: 882068
URL:
http://svn.apache.org/viewvc?rev=882068&view=revLog:
Applied patch from jira issue OFBIZ-3218 - By entering OrderId in Pack Order Screen from Facility manager, and clicking on "Weigh Package only" is not rendering text boxes to enter weights and dimension of packages.
Steps to produce the bug:
1) Place a sales Order,
2) Go through Verify Pick process
3) Go to Packing Screen
4) Enter OrderId and then click on "Weigh Package Only button ."
5) Text boxes to enter weights and dimension of packages should render.
Thanks Divesh for the contribution.
Modified:
ofbiz/trunk/applications/product/webapp/facility/shipment/WeightPackage.ftl
Modified: ofbiz/trunk/applications/product/webapp/facility/shipment/WeightPackage.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/shipment/WeightPackage.ftl?rev=882068&r1=882067&r2=882068&view=diff==============================================================================
--- ofbiz/trunk/applications/product/webapp/facility/shipment/WeightPackage.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/facility/shipment/WeightPackage.ftl Thu Nov 19 08:09:59 2009
@@ -62,7 +62,7 @@
</#list>
</#if>
<br/>
- <#if (invoiceIds?has_content) || !(orderId?has_content)>
+ <#if !(orderId?has_content)>
<form name="selectOrderForm" method="post" action="<@ofbizUrl>WeightPackageOnly</@ofbizUrl>">
<input type="hidden" name="facilityId" value="${(facility.facilityId)?if_exists}">
<table cellspacing="0" class="basic-table">