-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tableheader of Creditmemo/Default.php is wrong #326
Comments
The reason is that the columns of the invoice are configurable, whereas the columns of the creditmemo are not. For me, this works perfectly fine. What exactly does not work? Do you have any error? |
Try to change the column order. Although the creditmemo tableheader column order is currently fixed, the item rendering respects the configured column order so it does not match up. |
The solution is to take the same columns configuration for creditmemo than invoice. In my mind, there is no reason why they could be different... |
I think step a) is to use the same, step b) to have a second/third configuration for creditmemo and shipping |
I agree, |
Not sure why Creditmemo uses another Tableheader function
_drawHeader
then InvoiceinsertTableHeader
. Anyway, it does not work correctly. After copying the content ofinsertTableHeader
into_drawHeader
everything works fine. I guess it's an legacy issue.The text was updated successfully, but these errors were encountered: