View | Details | Raw Unified | Return to bug 20644
Collapse All | Expand All

(-)a/Koha/Schema/Result/Itemtype.pm (-11 lines)
Lines 176-190 Group this item type with others with the same value on OPAC search options Link Here
176
176
177
If automatic checkin is enabled for items of this type
177
If automatic checkin is enabled for items of this type
178
178
179
<<<<<<< HEAD
180
=head2 bookable
181
182
  data_type: 'tinyint'
183
  default_value: 0
184
  is_nullable: 0
185
186
Activate bookable feature for items related to this item type
187
=======
188
=head2 checkprevcheckout
179
=head2 checkprevcheckout
189
180
190
  data_type: 'varchar'
181
  data_type: 'varchar'
Lines 193-199 Activate bookable feature for items related to this item type Link Here
193
  size: 7
184
  size: 7
194
185
195
Produce a warning for a patron if a item of this type has previously been checked out to the same patron if 'yes', not if 'no', defer to category setting if 'inherit'.
186
Produce a warning for a patron if a item of this type has previously been checked out to the same patron if 'yes', not if 'no', defer to category setting if 'inherit'.
196
>>>>>>> Bug 20644: [DO NOT PUSH] DBIC Update
197
187
198
=cut
188
=cut
199
189
200
- 

Return to bug 20644