This repository was archived by the owner on Sep 13, 2024. It is now read-only.
var $key in TableTaxSummary.php not printing tax name #16460
GarethHumbel
started this conversation in
Feature improvement
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
var $key in TableTaxSummary.php not printing tax name
It should show next to tax value the tax name to indicate what tax is dealt with.
The bit I am talking about is here:
$html .= '
' . $key . '%
' . \CurrencyField::convertToUserFormatSymbol($tax, true, $currencySymbol) . '
';
}
Beta Was this translation helpful? Give feedback.
All reactions