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

M. Tompsett <mtomp...@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #59423|0                           |1
        is obsolete|                            |

--- Comment #6 from M. Tompsett <mtomp...@hotmail.com> ---
Created attachment 59482
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=59482&action=edit
Bug 17970: Fix GetPreparedLetter behavior if nothing to substitute

>From C4::Letters::GetPreparedLetter:

    my $tables = $params{tables};
    my $substitute = $params{substitute};

    $tables || $substitute || $repeat
       or carp( "ERROR: nothing to substitute - both 'tables' and 'substitute'
are empty" ),
          return;

So if the parameter tables or substitute is passed but does not contain
anything, it will not warn as expected.

Test plan:
1/ Apply the patch with tests
2/ Confirm that they do not pass
3/ Apply this patch
4/ Confirm that the tests now pass

Signed-off-by: Mark Tompsett <mtomp...@hotmail.com>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to