Lines 121-127
if ( $op eq 'add_form' ) {
Link Here
|
121 |
$itemtype->rentalcharge_hourly_calendar($rentalcharge_hourly_calendar); |
121 |
$itemtype->rentalcharge_hourly_calendar($rentalcharge_hourly_calendar); |
122 |
$itemtype->automatic_checkin($automatic_checkin); |
122 |
$itemtype->automatic_checkin($automatic_checkin); |
123 |
$itemtype->bookable($bookable); |
123 |
$itemtype->bookable($bookable); |
124 |
$itemtype->checkprevcheckout($checkprevcheckout); |
124 |
|
|
|
125 |
if ( defined $checkprevcheckout ) { |
126 |
$itemtype->checkprevcheckout($checkprevcheckout); |
127 |
} |
125 |
|
128 |
|
126 |
eval { |
129 |
eval { |
127 |
$itemtype->store; |
130 |
$itemtype->store; |
128 |
- |
|
|