Changeset 3346953
- Timestamp:
- 08/19/2025 11:34:57 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
js-support-ticket/tags/2.9.9/modules/ticket/tpls/admin_ticketdetail.php
r3346768 r3346953 2467 2467 } 2468 2468 if($product_name == ""){ // product not matched, product changed in order 2469 if(count($items == 1)){ // order have one product2469 if(count($items) == 1){ // order have one product 2470 2470 foreach ( $items as $item ) { 2471 2471 $product_name = $item->get_name();
Note: See TracChangeset
for help on using the changeset viewer.