diff --git a/app/Controllers/Inwardgateregister.php b/app/Controllers/Inwardgateregister.php index d766856a..9fcc03ba 100755 --- a/app/Controllers/Inwardgateregister.php +++ b/app/Controllers/Inwardgateregister.php @@ -988,8 +988,9 @@ function viewIGRDetails() $notification = new Notification(); - $history_content = "
IGR History

"; $to_email_addr = ""; for ($i = 0; $i < count($result_for_email['to_mails']); $i++) { @@ -1097,6 +1133,14 @@ function viewIGRDetails() echo $finalstatement; } + function generateSentence($record) { + $sentence = "
  • "; + + + return $sentence; +} + + function CancelIGR(){ # Step 1 : Gethering Data..