Quote:
Originally Posted by kovidgoyal
You want to modify the render() method. You'd have to re-arrange the child elements of the metadata element before rendering. Something like this:
for child in tuple(self.metadata):
if child is to be moved to end:
self.metadata.append(child)
|
Hi, I have the same problem with metadata for PB 626 TL3. For some books to me everything is displayed correctly, and for some it omits the series and serial number. Please instruction on where to find the file where you paste the above code. Thank you.