Bug 5238

Summary: Fatal error when saving printer profile if paper bin field is blank
Product: Koha Reporter: Liz Rea <wizzyrea>
Component: Label/patron card printingAssignee: Chris Nighswonger <cnighswonger>
Status: CLOSED DUPLICATE QA Contact: Bugs List <koha-bugs>
Severity: minor    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Liz Rea 2010-09-21 18:30:00 UTC
This is similar to bug 5203. When you try to save a new or existing printer profile with a blank paper bin field the following error is generated and the profile is not saved:

Software error:

Can't call method "save" without a package or object reference at /home/liz/kohaclone/labels/label-edit-profile.pl line 72.
For help, please send mail to the webmaster (webmaster@koha-deb), giving this error message and the time and date of the error.
Comment 1 Chris Nighswonger 2010-09-23 17:52:14 UTC
Marking this as a dup of 5203 because the root cause is the same: no hardcoded defaults in the script. The fix for this, 5203, and an additionally related bug will be included in the fix for 5203.

*** This bug has been marked as a duplicate of bug 5203 ***