Skip to content

Commit

Permalink
PSP-8047 : FT-REG: Disposition Files - Net proceeds before & After SP…
Browse files Browse the repository at this point in the history
…P cost tool tips are not displaying the correct text (#3859)

Co-authored-by: Herrera <eduardo.herrera@quartech.com>
  • Loading branch information
eddherrera and Herrera authored Mar 13, 2024
1 parent cf78069 commit 24c8bcf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ const OffersAndSaleView: React.FunctionComponent<IOffersAndSaleViewProps> = ({
<SectionField
label="Net proceeds before SPP cost ($)"
labelWidth="6"
tooltip="Net Proceeds before Surplus Property Program (SPP) Cost = Final Sales price, less Commissions, and Net Book Value."
tooltip="Net Proceeds before Surplus Property Program (SPP) Cost = Final Sales price, less Commissions, GST Total Cost of Sales, and Net Book Value."
valueTestId="disposition-sale.netProceedsBeforeSppAmount"
>
{formatMoney(calculateNetProceedsBeforeSppAmount(dispositionSale))}
Expand All @@ -310,7 +310,7 @@ const OffersAndSaleView: React.FunctionComponent<IOffersAndSaleViewProps> = ({
<SectionField
label="Net proceeds after SPP cost ($)"
labelWidth="6"
tooltip="Net Proceeds after SPP Cost = Final Sales price, less Commissions, Net Book Value, Total Cost of Sales, and SPP Amount."
tooltip="Net Proceeds after SPP Cost = Final Sales price, less Commissions, GST, Net Book Value, Total Cost of Sales, and SPP Amount."
valueTestId="disposition-sale.netProceedsAfterSppAmount"
>
{formatMoney(calculateNetProceedsAfterSppAmount(dispositionSale))}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ const DispositionSaleForm: React.FunctionComponent<
label="Net proceeds before SPP cost ($)"
labelWidth="5"
contentWidth="5"
tooltip="Net Proceeds before Surplus Property Program (SPP) Cost = Final Sales price, less Commissions, and Net Book Value."
tooltip="Net Proceeds before Surplus Property Program (SPP) Cost = Final Sales price, less Commissions, GST Total Cost of Sales, and Net Book Value."
>
<FastCurrencyInput
formikProps={formikProps}
Expand All @@ -212,7 +212,7 @@ const DispositionSaleForm: React.FunctionComponent<
label="Net proceeds after SPP cost ($)"
labelWidth="5"
contentWidth="5"
tooltip="Net Proceeds after SPP Cost = Final Sales price, less Commissions, Net Book Value, Total Cost of Sales, and SPP Amount."
tooltip="Net Proceeds after SPP Cost = Final Sales price, less Commissions, GST, Net Book Value, Total Cost of Sales, and SPP Amount."
>
<FastCurrencyInput
formikProps={formikProps}
Expand Down

0 comments on commit 24c8bcf

Please sign in to comment.