Skip to content

Commit

Permalink
Update data/class/SC_Fpdf.php
Browse files Browse the repository at this point in the history
Co-authored-by: bbkids <58061209+bbkids@users.noreply.github.com>
  • Loading branch information
nanasess and bbkids authored Jan 29, 2024
1 parent 29ed7c5 commit 61c481c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/class/SC_Fpdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ private function setOrderData()
$this->SetX(20);

$message = SC_Helper_TaxRule_Ex::getTaxDetail($arrTaxableTotal, $discount_total);
$this->MultiCell($width, 4, $message, 0, 'R', 0, '');
$this->MultiCell($width, 4, $message, 0, 'R', '');
}

/**
Expand Down

0 comments on commit 61c481c

Please sign in to comment.