fantasy d20 master sheet uses deflection twice instead of dodge
---------------------------------------------------------------
Key: OS-147
URL: http://jira.pcgen.org/browse/OS-147
Project: Output Sheets
Issue Type: Bug
Components: PDF - base.xml
Affects Versions: 5.17.9
Reporter: Kevin W Patterson
The PDF output for RSRD characters incorrectsly shows the Deflection bonus in both the Deflection category and the Dodge category.
I think this is because line 1727 is identical to 1716:
<xsl:value-of select="deflection"/>
I think like 1727 should be
<xsl:value-of select="dodge"/>
instead.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.pcgen.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|