| Summary: | Can not create customized slips for branch | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Marc Véron <veron> | 
| Component: | Tools | Assignee: | Galen Charlton <gmcharlt> | 
| Status: | CLOSED WORKSFORME | QA Contact: | Testopia <testopia> | 
| Severity: | normal | ||
| Priority: | P5 - low | ||
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | 
            http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7997 http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11931  | 
      ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 | 
| Patch complexity: | --- | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: | Circulation function: | ||
| 
 
        
          Description
        
        
          Marc Véron
        
        
        
        
          2014-08-09 14:18:15 UTC
        
       
    The problem moved: I can now create a customized slip, but it does not print as expected. To reproduce: Home > Tools > Notices & Slips I marked the Quick slip ISSUEQSLIP for all libraries with a text "ALL LIBRARIES" Then I created a copy for the branch FFL and marked the copy with "FFL" I double checked by filtering Notices and slips by FFL, the text was saved as expected. Then I checked out to a patron with an other home library (not FFL) Result: Slip prints as expected marked with ALL LIBRARIES" The I checked out to a patron with FFL as home library Result: It still prints the slip for ALL LIBRARIES (wrong) Expected: Print the slip marked with "FFL" Table 'letter' has two entries for the code ISSUEQSLIP: One with branchcode '' One with branchcode 'FFL' It seems that the branchcoude is not taken in account for printing. OK, found, my mistake: The branchcode is taken from the staff member's home branch (not the patron's home branch). That makes sense. If I create a slip for the staff member's branch it works fine.  |