[SCM] Interchange branch, master, updated. REL_5_7_2-28-g286ede3

Jon Jensen <[email protected]>
Newsgroups gmane.comp.web.interchange.cvs
Message-ID <[email protected]>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Interchange".

The branch, master has been updated
       via  286ede3b6ad339107a183e8a52686827eba532b1 (commit)
      from  57c434ed98477584905948a3d5493bd7f78f6fbd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 286ede3b6ad339107a183e8a52686827eba532b1
Author: Jon Jensen <[email protected]>
Date:   Thu Oct 29 14:29:50 2009 -0600

    Include missing discount error message
    
    Fix by Jeff Boes <[email protected]>.

-----------------------------------------------------------------------

Summary of changes and diff:
 lib/Vend/Interpolate.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/Vend/Interpolate.pm b/lib/Vend/Interpolate.pm
index eccc040..6d002fd 100644
--- a/lib/Vend/Interpolate.pm
+++ b/lib/Vend/Interpolate.pm
@@ -5101,7 +5101,7 @@ sub discount_price {
 		$Vend::Interpolate::s = $return ||= $subtotal;
         $return = $ready_safe->reval($discount);
 		if($@) {
-			::logError("Bad discount code for %s: %s", $discount);
+			::logError("Bad discount code for %s: %s", $discount, $@);
 			$return = $subtotal;
 			next;
 		}


hooks/post-receive
-- 
Interchange
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.