Lines 315-322
$template->param(
Link Here
|
315 |
totalquantity => $totalquantity, |
315 |
totalquantity => $totalquantity, |
316 |
tototal => sprintf($cfstr, $tototal), |
316 |
tototal => sprintf($cfstr, $tototal), |
317 |
ordergrandtotal => sprintf($cfstr, $ordergrandtotal), |
317 |
ordergrandtotal => sprintf($cfstr, $ordergrandtotal), |
318 |
gst => $gst, |
318 |
gst => sprintf($cfstr, $gst), |
319 |
grandtot => sprintf($cfstr, $tototal + $gst), |
319 |
grandtot => sprintf($cfstr, $tototal * (1+$gst)), |
320 |
totalPunitprice => sprintf("%.2f", $totalPunitprice), |
320 |
totalPunitprice => sprintf("%.2f", $totalPunitprice), |
321 |
totalPquantity => $totalPquantity, |
321 |
totalPquantity => $totalPquantity, |
322 |
totalPqtyrcvd => $totalPqtyrcvd, |
322 |
totalPqtyrcvd => $totalPqtyrcvd, |