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 594ad288ef Improved: On the Receive Against PO screen, add a link that 
allows users to navigate to the order details screen (#952)
594ad288ef is described below

commit 594ad288ef418c8811374b26ddadf66ba682e315
Author: Anahita Goljahani <[email protected]>
AuthorDate: Wed Feb 4 16:57:38 2026 +0100

    Improved: On the Receive Against PO screen, add a link that allows users to 
navigate to the order details screen (#952)
    
    When you navigate to the Receive Inventory Against PO screen, there is
    no link to return to the order details screen. This PR makes the order
    ID highlighted in the screenshot a clickable link.
    <img width="1824" height="679" alt="receive_against_PO_screen_annotated"
    
src="https://github.com/user-attachments/assets/41a54d06-70ae-4601-82e4-37a51c99353b";
    />
    
    jleroux: I agree that no Jira is necessary for this so trivial improvement, 
pushing
---
 .../product/template/shipment/ReceiveInventoryAgainstPurchaseOrder.ftl  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/applications/product/template/shipment/ReceiveInventoryAgainstPurchaseOrder.ftl
 
b/applications/product/template/shipment/ReceiveInventoryAgainstPurchaseOrder.ftl
index 848511afca..e1a1edf610 100644
--- 
a/applications/product/template/shipment/ReceiveInventoryAgainstPurchaseOrder.ftl
+++ 
b/applications/product/template/shipment/ReceiveInventoryAgainstPurchaseOrder.ftl
@@ -75,7 +75,7 @@ under the License.
   <table class="basic-table" cellspacing="0">
     <tr>
       <td class="label">${uiLabelMap.ProductOrderId}</td>
-      <td>${orderId!}</td>
+      <td><#if orderId??><a href="<@ofbizUrl 
controlPath="/ordermgr/control">orderview?orderId=${orderId}</@ofbizUrl>" 
class="buttontext">${orderId}</a></#if></td>
     </tr>
     <tr>
       <td class="label">${uiLabelMap.ProductOrderShipGroupId}</td>

Reply via email to