Issue 116: On checkout the system break on undefined local variable (related with issue 70)
Status:  FIxed
Owner: ----
Closed:  Aug 2008
Reported by edmundo...@gmail.com, Aug 15, 2008
What steps will reproduce the problem?
1. Go to checkout.

What is the expected output? What do you see instead?
It should show the page. Instead it breaks saying that "show_obsolete" is
not defined.

What version of the product are you using? On what operating system?
trunk. Ubuntu 7.10

Please provide any additional information below.
Well, it really isn't defined, in the  issue 70  I only passed the local
variable when it was true, so it is breaking when false, when trying to
render the address partial without the variable being defined.

Theres more than a way to fix that, or verifying if it is defined or doing
what I did, assigning a default value if not defined.

Follows a patch.
 
defaults_show_obsolete_to_false_when_not_defined.patch
657 bytes   View   Download
Aug 15, 2008
Project Member #1 subim...@gmail.com
Fixed r123
Status: FIxed