Skip to content

Commit

Permalink
Merge pull request #3010 from ehuelsmann/master-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 be98efc + 58f22d2 commit 0b12342
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 @@ -36,7 +36,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 old/bin/arap.pl
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ sub reprint {

$form->{copies} = 1;

&$pf;
&$pf();

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

Expand Down

0 comments on commit 0b12342

Please sign in to comment.