diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index f9dc38286..7f9d31183 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -27,6 +27,7 @@ - fixed: Permissions aren't correctly applied to Article attachments - fixed #9681: Form-related template errors in gallery - fixed #9683: Problem with EMS related workflow + - fixed #9611: Transaction Manage View, no go in ie6 (Henry Tang, Long Term Results B.v.) 7.6.10 - fixed #9577: WebGUI::Form::Url::getValue returns blank rather than undef for blank fields diff --git a/lib/WebGUI/Shop/Transaction.pm b/lib/WebGUI/Shop/Transaction.pm index fdcb75be4..156397c73 100644 --- a/lib/WebGUI/Shop/Transaction.pm +++ b/lib/WebGUI/Shop/Transaction.pm @@ -794,7 +794,7 @@ STOP $output .= '{key:"amount", label:"'.$i18n->get('price').'",formatter:YAHOO.widget.DataTable.formatCurrency},'; $output .= '{key:"statusCode", label:"'.$i18n->get('status code').'"},'; $output .= '{key:"statusMessage", label:"'.$i18n->get('status message').'"},'; - $output .= '{key:"paymentDriverLabel", label:"'.$i18n->get('payment method').'"},'; + $output .= '{key:"paymentDriverLabel", label:"'.$i18n->get('payment method').'"}'; $output .= <