freeside/FS/FS cust_bill.pm,1.41.2.52,1.41.2.53

ivan ivan at pouncequick.420.am
Mon May 31 18:49:47 PDT 2004


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory pouncequick:/tmp/cvs-serv15868

Modified Files:
      Tag: FREESIDE_1_4_BRANCH
	cust_bill.pm 
Log Message:
typo in error message

Index: cust_bill.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_bill.pm,v
retrieving revision 1.41.2.52
retrieving revision 1.41.2.53
diff -u -d -r1.41.2.52 -r1.41.2.53
--- cust_bill.pm	26 May 2004 18:59:30 -0000	1.41.2.52
+++ cust_bill.pm	1 Jun 2004 01:49:45 -0000	1.41.2.53
@@ -1545,7 +1545,7 @@
     or die "pslatex $file.tex failed: $!";
 
   system('dvips', '-q', '-t', 'letter', "$file.dvi", '-o', "$file.ps" ) == 0
-    or die "dbips failed: $!";
+    or die "dvips failed: $!";
 
   open(POSTSCRIPT, "<$file.ps")
     or die "can't open $file.ps: $! (error in LaTeX template?)\n";




More information about the freeside-commits mailing list