Skip to content

Commit

Permalink
RESMER-260: PD: Grants.gov: RR_SubawardBudget10_30_1_3 From PDF Previ…
Browse files Browse the repository at this point in the history
…ew does NOT Generate (only the attached Budget Justification appears)

Users are not able to generate a PDF preview of the RR_SubawardBudget10_30_1_3 From in the Opportunity Search screen -> Forms tab (or from the Print link).
When users checks the select checkbox for RR_SubawardBudget10_30_1_3 Form and then clicks the [Create PDF] button, the file that opens/downloads only includes the Budget Justification file that was attached to the Subawawrd Budget pdf that was uploaded in the Subaward Section of the PD Budget. See Proposal Number 29411 (Budget version 2) in MIT QA Weekly.
(From our experience of this in MIT KC Production, It appears that the XML that was generated of the form - does include the information as uploaded in the form - so this might be a display issue.)
(I am including in this Jira the Sub RR Budget form uploaded in the Subaward Section of the Budget)
Steps to Reproduce:
Create a new proposal with basic info to save (With start and end dates that include period 7/1/2015-6/30/2016)
Create a new, detailed budget
Enter a single non-personnel line item for M&S
Go to Subaward section. Enter subaward uploading attached RR_Budget10_1_3_A30-V1.3-Display.pdf file
Save
Naviagte to Basics -> S2S Opportunity Search -> Forms Tab
Check the Select checkbox for RR_SubawardBudget10_30_1_3 From
Click the [Create PDF] button
You will see that only the Budget Justification generates as the Preview. The actual 10 YEAR R&R SUBAWARD BUDGET ATTACHMENT(S) FORM and the attached RR Budget pages do NOT generate.
  • Loading branch information
leoherbie committed Dec 9, 2015
1 parent cbbef2a commit 103a22d
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2242,6 +2242,15 @@
</fo:table-row>
</xsl:if>
<xsl:for-each select="RR_Budget10_1_3:Equipment">

<xsl:if test="string-length(RR_Budget10_1_3:EquipmentList)=0">
<fo:table-row>
<fo:table-cell >
<fo:block/>
</fo:table-cell>
</fo:table-row>
</xsl:if>

<xsl:for-each select="RR_Budget10_1_3:EquipmentList">
<fo:table-row>
<fo:table-cell hyphenate="true" language="en" line-height="9pt" padding-start="1pt" padding-end="1pt" padding-before="1pt" padding-after="1pt" display-align="before" text-align="start">
Expand Down

0 comments on commit 103a22d

Please sign in to comment.