[-] FO: CLONE - order_conf still not fixed propertly #2 - #PSCFV-5817

This commit is contained in:
sLorenzini
2012-12-11 17:43:30 +01:00
parent bf1b491e94
commit 05a6f856da
+1 -8
View File
@@ -671,14 +671,7 @@ abstract class PaymentModuleCore extends Module
public function formatProductAndVoucherForEmail($content)
{
return '<table style="width: 100%; font-family: Verdana,sans-serif; font-size: 11px; color: #374953;">
<colgroup>
<col width="15%"/>
<col width="30%"/>
<col width="20%"/>
<col width="15%"/>
<col width="20%"/>
</colgroup>'.$content.'</table>';
return $content;
}
/**