diff --git a/app/Views/po_pdf.php b/app/Views/po_pdf.php index bfdbcbbe..d36adfb3 100755 --- a/app/Views/po_pdf.php +++ b/app/Views/po_pdf.php @@ -612,8 +612,13 @@ echo "xxx"; } ?> - Rate); ?> - BasicValue)); ?> +Rate; + } else { + echo number_alignment($item->Rate); + } +?> BasicValue)); ?> CGST) && $item->CGST != '' ){ _htmlsc($item->CGST); }else{ echo 0; } ?> AfterCGST) && $item->AfterCGST != '') { echo number_alignment(abs($item->AfterCGST));