For the stuntsheet label ("SS 1"), we currently calculate it as (pageNum - 1) * 4 + 1 (in HeaderWidget.js). However, the sheets do come with labels attached, so we should be using those (such as Hogballs) if possible. Might need to redesign the PDF since there's not a lot of room for a label
For the stuntsheet label ("SS 1"), we currently calculate it as
(pageNum - 1) * 4 + 1
(in HeaderWidget.js). However, the sheets do come with labels attached, so we should be using those (such as Hogballs) if possible. Might need to redesign the PDF since there's not a lot of room for a label