
interchange-cvs at icdevgroup
Jul 14, 2009, 6:05 AM
Post #1 of 1
(392 views)
Permalink
|
|
[SCM] Interchange branch, master, updated. f41f51635c7e8cdcb5dc0f9a0b6f4f85dadb2e58
|
|
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 f41f51635c7e8cdcb5dc0f9a0b6f4f85dadb2e58 (commit) from a2a121072b0c05147436c3600d857ddc71d726d3 (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 f41f51635c7e8cdcb5dc0f9a0b6f4f85dadb2e58 Author: Gert van der Spoel <ic [at] 3edge> Date: Tue Jul 14 15:00:29 2009 +0200 Correct update of saved company value for shipping address get_shipping on ord/shipping.html does not update the company-field in the demo. All other values are getting updated. This was due to missing 'company' in @S_FIELDS list. Reported by René Hertell (http://rt.icdevgroup.org/125) ----------------------------------------------------------------------- Summary of changes and diff: lib/Vend/UserDB.pm | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/Vend/UserDB.pm b/lib/Vend/UserDB.pm index 300097c..aa91f9e 100644 --- a/lib/Vend/UserDB.pm +++ b/lib/Vend/UserDB.pm @@ -167,6 +167,7 @@ box or in a set of links. @S_FIELDS = ( qw! s_nickname + company name fname lname hooks/post-receive -- Interchange
|