Comment 1 for bug 723168

Revision history for this message
Jeroen T. Vermeulen (jtv) wrote :

The problem was a line "if self.productseries is not None:" in POTemplate.translation_side. It made the ORM fetch self.productseries. We can fix it by evaluating the foreign-key attribute instead.