Skip to content

Commit

Permalink
Merge pull request #3011 from ehuelsmann/1.5-issue-3004
Browse files Browse the repository at this point in the history
* Fix #3004: Invoice shown in-line during recurring-processing
  • Loading branch information
ehuelsmann committed Jul 17, 2017
2 parents 0169a61 + e287f5e commit 5177b83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Changelog for 1.5.9
* Fix goods/services search with AR/AP invoices (Chris T, #2938)
* Fix inventory activity report drill down over-inclusive (Chris T, #2926)
* Fix Ship/Receive column alignments (Chris T)
* Fix mailing recurring invoices shows invoice in-screen (Erik H)
* Fix mailing recurring invoices shows invoice in-screen (Erik H, #3004)
* Fix missing column SQL error when posting recurring invoices (Erik H)

Chris T is Chris Travers
Expand Down
2 changes: 1 addition & 1 deletion bin/arap.pl
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ sub reprint {

$form->{copies} = 1;

&$pf;
&$pf();

if ( $form->{media} eq 'email' ) {

Expand Down

0 comments on commit 5177b83

Please sign in to comment.