Comment 6 for bug 1821804

Revision history for this message
Josh Stompro (u-launchpad-stompro-org) wrote :

I think that is it after doing some testing.

Adding
new_addr.pending = addr.pending === 't'; to the clone_add function translates the pending string into a boolean.

I think that the city limits value may also be getting messed up during cloning since it also isn't handled... let me test that.

Josh