Plugin Directory

Changeset 3346953


Ignore:
Timestamp:
08/19/2025 11:34:57 AM (7 months ago)
Author:
rabilal
Message:

bug fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • js-support-ticket/tags/2.9.9/modules/ticket/tpls/admin_ticketdetail.php

    r3346768 r3346953  
    24672467                                            }
    24682468                                            if($product_name == ""){ // product not matched, product changed in order
    2469                                                 if(count($items == 1)){ // order have one product
     2469                                                if(count($items)  == 1){ // order have one product
    24702470                                                    foreach ( $items as $item ) {
    24712471                                                        $product_name = $item->get_name();
Note: See TracChangeset for help on using the changeset viewer.