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

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

commit 67ef1ef514008f36a6660cb21cabbadbc27da68b
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.
    
    (cherry picked from commit fe294798ff02eb6c1bb5fba6585fdb46ea9b755d)
---
 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 cbad6a256c..55c81bd1ac 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