koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/admin itemtypes.pl,1.16.2.2,1.16.2.3


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/admin itemtypes.pl,1.16.2.2,1.16.2.3
Date: Mon, 14 Mar 2005 08:52:38 -0800

Update of /cvsroot/koha/koha/admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4757/admin

Modified Files:
      Tag: rel_2_2
        itemtypes.pl 
Log Message:
bugfix for notforloan column that was not shown

Index: itemtypes.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/itemtypes.pl,v
retrieving revision 1.16.2.2
retrieving revision 1.16.2.3
diff -C2 -r1.16.2.2 -r1.16.2.3
*** itemtypes.pl        17 Feb 2005 17:55:56 -0000      1.16.2.2
--- itemtypes.pl        14 Mar 2005 16:52:36 -0000      1.16.2.3
***************
*** 177,184 ****
                }
                $row_data{toggle} = $toggle;
!               $row_data{itemtype} = $results->[$i]{'itemtype'};
!               $row_data{description} = $results->[$i]{'description'};
!               $row_data{renewalsallowed} = $results->[$i]{'renewalsallowed'};
!               $row_data{rentalcharge} = 
sprintf("%.2f",$results->[$i]{'rentalcharge'});
                push(@loop_data, \%row_data);
        }
--- 177,185 ----
                }
                $row_data{toggle} = $toggle;
!               $row_data{itemtype} = $results->[$i]{itemtype};
!               $row_data{description} = $results->[$i]{description};
!               $row_data{renewalsallowed} = $results->[$i]{renewalsallowed};
!               $row_data{notforloan} = $results->[$i]{notforloan};
!               $row_data{rentalcharge} = 
sprintf("%.2f",$results->[$i]{rentalcharge});
                push(@loop_data, \%row_data);
        }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]