https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16094
Bug ID: 16094
Summary: error with mysql enterprise
Change sponsored?: ---
Product: Koha
Version: 3.22
Hardware: All
OS: All
Status: NEW
Severity: blocker
Priority: P5 - low
Component: Patrons
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
Hi,
when i try to modify an user get this error
DBIx::Class::Storage::DBI::_dbh_execute(): Incorrect integer value: '' for
column 'guarantorid' at row 1 at /usr/share/koha/lib/C4/Members.pm line 665
i review the sorce code
<label for="contactname">Nombre de la institución: </label>
[% IF ( guarantorid ) %]
<span>[% contactname %]</span>
<input name="contactname" id="contactname" type="hidden" size="20" value="[%
contactname %]" />
[% ELSE %]
<input name="contactname" id="contactname" type="text" size="20" value="[%
contactname %]" />
[% END %]
but when do not exist guarantor, how can i apply 0 (i think)?
thansk for your help.
--
You are receiving this mail because:
You are the assignee for the bug.
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/