View Single Post
Old 12-08-2014, 04:59 PM   #3
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,476
Karma: 8025702
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by kaufman View Post
I'm not sure if this is new or not, I have a column called pages which contains the page numbers in each book.

It does show the correct number in the book list, but in the book details page it just shows "%," for each book.
My guess is that this is an integer or a float custom column with a provided number format, and that that number format isn't valid in CC's terms. A change in 3.5.9 changes CC's behavior in this case. Before, it applied a default format. Now it simply prints the format string.

Sending me a debug log will help determine whether this is a problem on CC's side (i.e. I messed up the translation of python formats to Java) or a problem in the format entered into the custom column definition.
chaley is offline   Reply With Quote