diff options
author | Cranix <you@example.com> | 2013-03-28 18:40:23 -0400 |
---|---|---|
committer | Cranix <you@example.com> | 2013-03-28 18:40:23 -0400 |
commit | 49571459e880ab65cc8e3a5cbd705e3f39355827 (patch) | |
tree | de03d7f0eec9c3dcceb4e750891e0bd9cd9ccaed /views | |
parent | 6e0b25ce6b18e998c8717230f607f5b8ad99ff9d (diff) | |
download | Biblioteka-49571459e880ab65cc8e3a5cbd705e3f39355827.tar.gz Biblioteka-49571459e880ab65cc8e3a5cbd705e3f39355827.tar.bz2 Biblioteka-49571459e880ab65cc8e3a5cbd705e3f39355827.tar.xz Biblioteka-49571459e880ab65cc8e3a5cbd705e3f39355827.zip |
Dodano zapisywanie informacji o czasie wzi?cia/zwrócenia ksi??ki.
Poprawiono informacje o jednej ksi??ce w bazie.
Diffstat (limited to 'views')
-rw-r--r-- | views/main_page.tt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/main_page.tt b/views/main_page.tt index c7ad6b0..ce0978b 100644 --- a/views/main_page.tt +++ b/views/main_page.tt @@ -17,7 +17,7 @@ % for (my $i=0;$i<$#tab+1;$i++) % { - % for (my $ii=0;$ii<9;$ii++) #Jest 9 pol w kazdym rekordzie + % for (my $ii=0;$ii<10;$ii++) #Jest 9 pol w kazdym rekordzie % { % if ($ii==$pool_state || $ii==$pool_can_borrow || $ii==$pool_reserved) |