Bug #161
Client address is not properly formatted.
| Status: | Closed | Start: | 08/08/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 100% |
||
| Category: | Clients | |||
| Target version: | 0.7.3 | |||
| Resolution: | fixed |
Description
Reproduce: Select Add a new client. Details input:
1234 Doozy lane
Doornfontein
Gauteng
1960
Expected Output:
Address
1234 Doozy lane
Doornfontein, Gauteng
1960
Actual output:
Address
1234 Doozy lane
DoornfonteinGauteng 1960
Setup: Windows Vista, Apache 2.2.6, PHP 5.2.6, MySQL 5.1.0, argentum svn trunk
Proposed solution: Patch attached. (patch02.diff)
Correctly format the address in ./views/client/view.php
Associated revisions
Fixing #161.
History
Updated by Jeremy Bush over 2 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset r263.
Updated by Jeremy Bush over 2 years ago
- Resolution set to fixed