From: <te...@us...> - 2016-08-16 13:26:45
|
Revision: 7590 http://sourceforge.net/p/web-erp/reponame/7590 Author: tehonu Date: 2016-08-16 13:26:43 +0000 (Tue, 16 Aug 2016) Log Message: ----------- Fixed syntax error Modified Paths: -------------- trunk/PrintCustStatements.php Modified: trunk/PrintCustStatements.php =================================================================== --- trunk/PrintCustStatements.php 2016-08-15 09:51:49 UTC (rev 7589) +++ trunk/PrintCustStatements.php 2016-08-16 13:26:43 UTC (rev 7590) @@ -514,11 +514,11 @@ include('includes/header.inc'); echo '<br /> <br /> - <br />' . prnMsg( _('There were no statements to print'); + <br />' . prnMsg( _('There were no statements to print')); } else { echo '<br /> <br /> - <br />' . prnMsg( _('There were no statements to email'); + <br />' . prnMsg( _('There were no statements to email')); } echo'<br /> <br /> |