Modify ↓
Opened 5 years ago
Closed 5 years ago
#1972 closed Bug/Fehler (fixed)
Fallback-Wert für Versandart, derzeit payment-method
| Reported by: | 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)
Note:
See TracTickets
for help on using tickets.

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