Skip to content

Commit 17497c0

Browse files
removing the penalty popup flow
1 parent 0ede66b commit 17497c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

returnbookpopup.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ function printDiv(divID) {
417417
if($borrowed > $format){ ?>
418418
<div style="font-family:Verdana, Geneva, sans-serif; font-size:12px; color:#F00;">Invalid Date</div>
419419
<?php }
420-
elseif($format > $datedue){
420+
elseif(false){
421421

422422
?>
423423
<script>
@@ -471,7 +471,6 @@ function printDiv(divID) {
471471

472472
$update2="update book_loans set date_in='$re' where loan_id='$id'";
473473
$objExec2 = mysql_query($update2)or die(mysql_error());
474-
475474
?>
476475
<script>
477476
$(document).ready(function(){

0 commit comments

Comments
 (0)