Modify

Opened 5 years ago

Closed 5 years ago

#1972 closed Bug/Fehler (fixed)

Fallback-Wert für Versandart, derzeit payment-method

Reported by: info@… Owned by: somebody
Priority: normal Milestone: modified-shop-2.0.6.0
Component: Admin Version: trunk
Keywords: Cc:
Blocked By: Blocking:

Description

Hi, mein SVN hängt gerade, sodass ich es nicht selbst ändern kann:

admin\includes\modules\orders_listing.php
Zeile 235

$contents[] = array ('text' => (($oInfo->payment_method == '') ? '<br/>' : '').TEXT_INFO_SHIPPING_METHOD.' '.get_shipping_name($oInfo->shipping_class, $oInfo->payment_method));

Hier sollte
get_shipping_name($oInfo->shipping_class, $oInfo->payment_method))
ersetzt werden durch
get_shipping_name($oInfo->shipping_class, $oInfo->shipping_method))

Viele Grüße
Andreas

Attachments (0)

Change History (2)

comment:1 by Torsten Riemer, 5 years ago

Upps... die Änderung kam in r12206 zu Ticket #58 und wird nochmal korrigiert.

comment:2 by Gerhard Waldemair, 5 years ago

Resolution: fixed
Status: newclosed

In 13389:

fix #1972 - fallback for shipping name in orders

Modify Ticket

Action
as closed The owner will remain somebody.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.