-
-
Save Pebblo/3477fb76d952684fe239 to your computer and use it in GitHub Desktop.
This gist works in conjunction with https://gist.github.com/Pebblo/48b2ce8b15b898a2611f. You can add the following to /gateways/invoice/template.php to display the price without surcharge and surcharge amount as line items on the invoice.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// suggested code placement is right after the line that says: | |
// $pdf->ImprovedTable($header, $attendees, $w, $alling); | |
$pdf->Ln(1); | |
$pdf->my_itemised_surcharge($attendees); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment