diff --git a/app/Views/memberaccess.php b/app/Views/memberaccess.php index e37188f..e264030 100644 --- a/app/Views/memberaccess.php +++ b/app/Views/memberaccess.php @@ -135,7 +135,7 @@
|
Credits
-
+ |
+ $ | +
|---|---|
| PST (= $pst; ?>%) | +$= round($Subtotal * $pst / 100 , 2); ?> | +
| GST (= $gst; ?>%) | +$= round($Subtotal * $gst / 100 , 2); ?> | +
| Total | +$= round( ( $Subtotal + (($Subtotal * ($gst + $pst) ) / 100) ) , 2 ); ?> | +