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

(-)a/Koha/Schema/Result/Borrower.pm (-3 / +3 lines)
Lines 184-190 the fax number for your patron/borrower's primary address Link Here
184
  data_type: 'mediumtext'
184
  data_type: 'mediumtext'
185
  is_nullable: 1
185
  is_nullable: 1
186
186
187
the secondary email address for your patron/borrower's primary addresss
187
the secondary email addres for your patron/borrower's primary address
188
188
189
=head2 phonepro
189
=head2 phonepro
190
190
Lines 368-374 comment on the stop of the patron Link Here
368
  data_type: 'longtext'
368
  data_type: 'longtext'
369
  is_nullable: 1
369
  is_nullable: 1
370
370
371
used for children and professionals to include surname or last name of guarantor or organization name
371
used for children and profesionals to include surname or last name of guarantor or organization name
372
372
373
=head2 contactfirstname
373
=head2 contactfirstname
374
374
Lines 621-627 lang to use to send notices to this patron Link Here
621
  default_value: 0
621
  default_value: 0
622
  is_nullable: 0
622
  is_nullable: 0
623
623
624
number of failed login attempts
624
number of failed login attemps
625
625
626
=head2 overdrive_auth_token
626
=head2 overdrive_auth_token
627
627
(-)a/Koha/Schema/Result/ClubHold.pm (-1 / +1 lines)
Lines 51-57 id for the bibliographic record the hold has been placed against Link Here
51
  is_foreign_key: 1
51
  is_foreign_key: 1
52
  is_nullable: 1
52
  is_nullable: 1
53
53
54
If item-level, the id for the item the hold has been placed against
54
If item-level, the id for the item the hold has been placed agains
55
55
56
=head2 date_created
56
=head2 date_created
57
57
(-)a/Koha/Schema/Result/Deletedbiblio.pm (-1 / +1 lines)
Lines 38-44 unique identifier assigned to each bibliographic record Link Here
38
  is_nullable: 0
38
  is_nullable: 0
39
  size: 4
39
  size: 4
40
40
41
foreign key from the biblio_framework table to identify which framework was used in cataloging this record
41
foriegn key from the biblio_framework table to identify which framework was used in cataloging this record
42
42
43
=head2 author
43
=head2 author
44
44
(-)a/Koha/Schema/Result/Deletedborrower.pm (-3 / +3 lines)
Lines 184-190 the fax number for your patron/borrower's primary address Link Here
184
  data_type: 'mediumtext'
184
  data_type: 'mediumtext'
185
  is_nullable: 1
185
  is_nullable: 1
186
186
187
the secondary email address for your patron/borrower's primary addresss
187
the secondary email addres for your patron/borrower's primary address
188
188
189
=head2 phonepro
189
=head2 phonepro
190
190
Lines 366-372 comment on the stop of patron Link Here
366
  data_type: 'longtext'
366
  data_type: 'longtext'
367
  is_nullable: 1
367
  is_nullable: 1
368
368
369
used for children and professionals to include surname or last name of guarantor or organization name
369
used for children and profesionals to include surname or last name of guarantor or organization name
370
370
371
=head2 contactfirstname
371
=head2 contactfirstname
372
372
Lines 618-624 lang to use to send notices to this patron Link Here
618
  default_value: 0
618
  default_value: 0
619
  is_nullable: 0
619
  is_nullable: 0
620
620
621
number of failed login attempts
621
number of failed login attemps
622
622
623
=head2 overdrive_auth_token
623
=head2 overdrive_auth_token
624
624
(-)a/Koha/Schema/Result/Deleteditem.pm (-1 / +1 lines)
Lines 383-389 inventory number (MARC21 952$i) Link Here
383
  is_nullable: 1
383
  is_nullable: 1
384
  size: 32
384
  size: 32
385
385
386
'new' value, you can put whatever free-text information. This field is intended to be managed by the automatic_item_modification_by_age cronjob.
386
'new' value, you can put whatever free-text information. This field is intented to be managed by the automatic_item_modification_by_age cronjob.
387
387
388
=head2 exclude_from_local_holds_priority
388
=head2 exclude_from_local_holds_priority
389
389
(-)a/Koha/Schema/Result/HouseboundProfile.pm (-1 / +1 lines)
Lines 43-49 The preferred day of the week for delivery. Link Here
43
  data_type: 'mediumtext'
43
  data_type: 'mediumtext'
44
  is_nullable: 0
44
  is_nullable: 0
45
45
46
The Authorised_Value defining the pattern for delivery.
46
The Authorised_Value definining the pattern for delivery.
47
47
48
=head2 fav_itemtypes
48
=head2 fav_itemtypes
49
49
(-)a/Koha/Schema/Result/Item.pm (-1 / +1 lines)
Lines 387-393 inventory number (MARC21 952$i) Link Here
387
  is_nullable: 1
387
  is_nullable: 1
388
  size: 32
388
  size: 32
389
389
390
'new' value, you can put whatever free-text information. This field is intended to be managed by the automatic_item_modification_by_age cronjob.
390
'new' value, you can put whatever free-text information. This field is intented to be managed by the automatic_item_modification_by_age cronjob.
391
391
392
=head2 exclude_from_local_holds_priority
392
=head2 exclude_from_local_holds_priority
393
393
(-)a/Koha/Schema/Result/LibraryGroup.pm (-1 / +1 lines)
Lines 54-60 The branchcode of a branch belonging to the parent group Link Here
54
  is_nullable: 1
54
  is_nullable: 1
55
  size: 100
55
  size: 100
56
56
57
Short description of the group
57
Short description of the goup
58
58
59
=head2 description
59
=head2 description
60
60
(-)a/Koha/Schema/Result/Stockrotationstage.pm (-1 / +1 lines)
Lines 61-67 Branch this stage relates to Link Here
61
  default_value: 4
61
  default_value: 4
62
  is_nullable: 0
62
  is_nullable: 0
63
63
64
The number of days items should occupy this stage
64
The number of days items shoud occupy this stage
65
65
66
=cut
66
=cut
67
67
(-)a/Koha/Schema/Result/Virtualshelfshare.pm (-2 / +1 lines)
Lines 53-59 borrower that accepted access to this list Link Here
53
  is_nullable: 1
53
  is_nullable: 1
54
  size: 10
54
  size: 10
55
55
56
temporary string used in accepting the invitation to access this list; not-empty means that the invitation has not been accepted yet
56
temporary string used in accepting the invitation to access thist list; not-empty means that the invitation has not been accepted yet
57
57
58
=head2 sharedate
58
=head2 sharedate
59
59
60
- 

Return to bug 39325