Skip to content

Commit

Permalink
Update iframe_item_list.php
Browse files Browse the repository at this point in the history
  • Loading branch information
heroesoebekti authored Sep 17, 2017
1 parent 7a86b71 commit 7409ab1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion admin/modules/bibliography/iframe_item_list.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function confirmProcess(int_biblio_id, int_item_id)
LEFT JOIN mst_coll_type AS ct ON i.coll_type_id=ct.coll_type_id
LEFT JOIN mst_item_status AS st ON i.item_status_id=st.item_status_id
WHERE i.biblio_id='.$biblioID);

if($item_q->num_rows > 0){
$row = 1;
while ($item_d = $item_q->fetch_assoc()) {
// alternate the row color
Expand All @@ -132,6 +132,7 @@ function confirmProcess(int_biblio_id, int_item_id)

$row++;
}
}
echo $table->printTable();
// hidden form
echo '<form name="hiddenActionForm" method="post" action="'.$_SERVER['PHP_SELF'].'"><input type="hidden" name="bid" value="0" /><input type="hidden" name="remove" value="0" /></form>';
Expand Down

0 comments on commit 7409ab1

Please sign in to comment.