https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8137

David Nind <da...@davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #113 from David Nind <da...@davidnind.com> ---
Thanks Thibaud!

I'm still getting this error for steps 5 and 6:

 DBIx::Class::Row::store_column(): No such column 'has_priority' on
Koha::Schema::Result::CirculationRule at /kohadevbox/koha/Koha/Object.pm line
81
 at /usr/share/perl5/DBIx/Class/Exception.pm line 77

I thought that it may be because when running dbic, it ends with this:

Dumping manual schema for Koha::Schema to directory ./ ...
DBIx::Class::Schema::Loader::make_schema_at(): Checksum mismatch in
'.//Koha/Schema/Result/CourseItem.pm', the auto-generated part of the file has
been modified outside of this loader.  Aborting.
If you want to overwrite these modifications, set the 'overwrite_modifications'
loader option.

However, I get that as well running dbic without the patch. So maybe an issue
with KTD?

I also tried running dbic --force - I no longer got the error at the end when
running dbic, however the error for steps 5 and 6 still occurs. 


Testing notes so far (using KTD):

1. Clone the rules that apply to all libraries to Centerville.
2. Edit the Centerville All All rule to change both "Current checkouts allowed"
and "Current on-site checkouts allowed" to 3.
3. For the "Standard rule for all libraries", change both "Current checkouts
allowed" and "Current on-site checkouts allowed" to 2.
4. With the library set to Centerville, check out three items to Mary. Try to
check out a fourth item - you get a message:
   Please confirm checkout
   Too many checked out. 3 checked out, only 3 are allowed.
   Maximum checkouts calculated from the circulation rule for
      Item type: All item types
      Patron category: All patron categories
      Library: Centerville
   Yes, check out (Y)
   No, don't check out (N)
4. Change the library to Midway and try to check out another item - you get
this message:
   Please confirm checkout
   Too many checked out. 3 checked out, only 2 are allowed.
   Maximum checkouts calculated from the circulation rule for
      Item type: All item types
      Patron category: All patron categories
      Library: All libraries
   Yes, check out (Y)
   No, don't check out (N)
5. Apply the patch
6. Update the database: updatedatabase
7. Run dbic: dbic
8. Clear the cache: flush_memcached
9. Restart everything: restart_all
10. Clear your browser cache.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to