Thomas Scalise
Thomas Scalise
Applies more rules to SPAIN VAT Number validation: - CIF: If first digit is in [ABCDEFG], check-digit can be both a letter or a number. - CIF: If first digit...
Fixes #803. I'm not sure is I'm assigning from_state in the right place. The drawback is that we are assigning it twice when the transition does include a from clause.
Hi! I would like AR DIRTY changes information to be cleared after updating a column with the bang method of an event. In this PR I remove the status key...
Changes the way old audits are combined. Now we keep the first and the last one of each attribute, instead of the last 2. fixes #713
When combining old audits, I expect oldest and newest value of the audits to be combined to be kept, but instead of this audited just keeps the 2 newest values....