http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10528
Srdjan Jankovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Srdjan Jankovic <[email protected]> --- There's something wrong with the patch: git am --reject ~/Bug-10528-C4Booksellers-needs-unit-tests.patch Applying: Bug 10528: C4::Booksellers needs unit tests Checking patch C4/Bookseller.pm... error: while searching for: sub ModBookseller { my ($data) = @_; my $dbh = C4::Context->dbh; my $query = q| UPDATE aqbooksellers SET name = ?, address1 = ?, address2 = ?, address3 = ?, address4 = ?, error: patch failed: C4/Bookseller.pm:226 error: while searching for: ,$data->{notes} ,$data->{deliverytime} ,$data->{id} ); return; } =head2 DelBookseller error: patch failed: C4/Bookseller.pm:254 Checking patch t/db_dependent/Bookseller.t... /home/srdjan/koha/dev/.git/rebase-apply/patch:786: new blank line at EOF. + -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
