Skip to content

Commit

Permalink
PaulB: Misspelling of Aged Suppliers Report
Browse files Browse the repository at this point in the history
  • Loading branch information
TurboPT committed Mar 17, 2018
1 parent d58fb96 commit c8dc092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AgedSuppliers.php
Expand Up @@ -264,7 +264,7 @@
prnMsg(_('There are no results so the PDF is empty'));
include('includes/footer.php');
} else {
$pdf->OutputD($_SESSION['DatabaseName'] . '_AggedSupliers_' . date('Y-m-d').'.pdf');
$pdf->OutputD($_SESSION['DatabaseName'] . '_AgedSuppliers_' . date('Y-m-d').'.pdf');
}
$pdf->__destruct();
} else { /*The option to print PDF was not hit */
Expand Down

0 comments on commit c8dc092

Please sign in to comment.