Hi,
If I use Safari, the content from "Item" row till footer is located on right side, therefore on top of the print options and stretching out on the right. It's ok on FF.
Then when a client opens his invoice, he gets this error:
user warning: Unknown column 'sin.organization_nid' in 'where clause' query: SELECT n.*, sit.* FROM node AS n INNER JOIN storminvoiceitem sit ON n.vid=sit.vid WHERE (n.language ='en' OR n.language ='' OR n.language IS NULL) AND ( (sit.invoice_nid=101) AND (n.uid=3 OR sin.organization_nid=95) AND ('storm_access'='storm_access') AND ( n.status=1 AND n.type='storminvoiceitem' ) )ORDER BY sit.weight in modules/storm/storminvoice/storminvoice.admin.inc on line 372.
But no problems if the admin opens the same invoice.
Comments
Comment #1
Mark_Watson27 commentedI believe the item row theming will be resolved in the next dev release due to changes in #343818: title field gets displayed below body and/or #526900: Formatting error using Chrome browser and I thought the error had been resolved in #547040: Unknown column 'sin.organization_nid'
Can you confirm you're on the latest dev?
Thanks
Mark
Comment #2
Mark_Watson27 commentedDid you download the latest dev and test?
Comment #3
Magnity commentedAssuming this has solved the issue. Please reopen if not.