
interchange-cvs at icdevgroup
Oct 29, 2009, 1:31 PM
Post #1 of 1
(65 views)
Permalink
|
|
[SCM] Interchange branch, master, updated. REL_5_7_2-28-g286ede3
|
|
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 <jon[at]endpoint.com> Date: Thu Oct 29 14:29:50 2009 -0600 Include missing discount error message Fix by Jeff Boes <jeff[at]endpoint.com>. ----------------------------------------------------------------------- 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 _______________________________________________ interchange-cvs mailing list interchange-cvs[at]icdevgroup.org http://www.icdevgroup.org/mailman/listinfo/interchange-cvs
|