[interchange-cvs] interchange - greg modified dist/standard/etc/ship_notice

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Wed Aug 22 14:06:44 EDT 2007


User:      greg
Date:      2007-08-22 18:06:43 GMT
Modified:  dist/standard/etc ship_notice
Log:
* Fix problem with shipping notice caused by bareword.

Revision  Changes    Path
1.2       +1 -1      interchange/dist/standard/etc/ship_notice


rev 1.2, prev_rev 1.1
Index: ship_notice
===================================================================
RCS file: /var/cvs/interchange/dist/standard/etc/ship_notice,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ship_notice	25 Apr 2004 17:07:49 -0000	1.1
+++ ship_notice	22 Aug 2007 18:06:43 -0000	1.2
@@ -75,7 +75,7 @@
 					column=stock_message
 					key="[item-data orderline sku]"
 					]};
-	if(!mesg and $status !~ /^\s*shipped\b/i) {
+	if(! $mesg and $status !~ /^\s*shipped\b/i) {
 		$status .= " ($mesg)";
 	}
 	$status .= q{ time: [convert-date][item-data orderline update_date][/convert-date]};








More information about the interchange-cvs mailing list