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

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

commit fe294798ff02eb6c1bb5fba6585fdb46ea9b755d
Author: Anahita Goljahani <[email protected]>
AuthorDate: Mon Jun 22 20:06:14 2026 +0200

    Fixed: Replace link with submit button for receiving purchase orders in 
OrderShippingInfo.ftl when a shipment has not been created yet
    
    This commit aligns the 'Receive' button on the order view screen with the 
dropdown menu and makes its style consistent with the 'Quick Receive Purchase 
Order' button.
---
 applications/order/template/order/OrderShippingInfo.ftl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/order/template/order/OrderShippingInfo.ftl 
b/applications/order/template/order/OrderShippingInfo.ftl
index 512b50c6be..c3bd00f531 100644
--- a/applications/order/template/order/OrderShippingInfo.ftl
+++ b/applications/order/template/order/OrderShippingInfo.ftl
@@ -94,8 +94,8 @@ under the License.
                               <option 
value="${facility.facilityId}">${facility.facilityName}</option>
                             </#list>
                           </select>
+                          <input type="submit" class="smallSubmit" 
value="${uiLabelMap.CommonReceive}"</a>
                           </form>
-                          <a 
href="javascript:document.receivePurchaseOrderForm.submit()" 
class="buttontext">${uiLabelMap.CommonReceive}</a>
                       </li>
                   <#else>
                       <li>

Reply via email to