Chris Travers

Results 49 comments of Chris Travers

I have monkey-patched this in production. The specific problem here is that we are forcing a password in, while it should be set to undef if no password found.

Actually as I think about it a better option would be to set this as a configuration on the sync. We set it so that we can do things like...

hmmm this could impact foreign key checks. Need to think more.

for 1.3, we need to know what the fixes.sql is before we install so maybe we should just copy that file in and run it first? For 1.2, we had...

I really don't want to recreate the 1.2 upgrade logic going forward :-) but 1.3 could use running the Fixes.sql first if we keep that current.

I don't think that is the right soltuion. I think a better one would be to attach the printed file to the invoice.

I don't know that this solves all the problems though. Currently we do not store all data that goes into rendering the template in the invoice tables of the database....

At present the code here is pretty opaque. I don't see this as something that is a quick fix. Workarounds are: 1. Post without updating, or 2. Also click the...