| Issue 116: | On checkout the system break on undefined local variable (related with issue 70) | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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.
Aug 15, 2008
Project Member
#1
subim...@gmail.com
Status:
FIxed
|