cashbook : ps

This commit is contained in:
VENBA-emp-10 sanjeev 2022-03-15 20:14:49 +05:30
parent 5ca7ee0e0b
commit 079c77318d

View File

@ -1,5 +1,4 @@
<?php if(!defined('BASEPATH')) exit('No direct script access allowed');
require APPPATH . '/libraries/BaseController.php';
require APPPATH . '/third_party/mpdf/mpdf.php';
/**
@ -2348,6 +2347,5 @@ $amountInWords = "Rupees " . $result ." Paise ". $points." Only";
return $amountInWords;
}
}
?>