diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llpanelgrouplandmoney.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llpanelgrouplandmoney.cpp b/linden/indra/newview/llpanelgrouplandmoney.cpp index b8c9e69..6eb44e1 100644 --- a/linden/indra/newview/llpanelgrouplandmoney.cpp +++ b/linden/indra/newview/llpanelgrouplandmoney.cpp | |||
@@ -705,12 +705,13 @@ BOOL LLPanelGroupLandMoney::postBuild() | |||
705 | textp = getChild<LLTextEditor>("group_money_planning_text", true); | 705 | textp = getChild<LLTextEditor>("group_money_planning_text", true); |
706 | panelp = getChild<LLPanel>("group_money_planning_tab", true); | 706 | panelp = getChild<LLPanel>("group_money_planning_tab", true); |
707 | 707 | ||
708 | if ( !can_view ) | 708 | if ( 1 ) //!can_view |
709 | { | 709 | { |
710 | textp->setText(mImplementationp->mCantViewAccountsText); | 710 | textp->setText(mImplementationp->mCantViewAccountsText); |
711 | } | 711 | } |
712 | else | 712 | else |
713 | { | 713 | { |
714 | //Temporally disabled for DEV-11287. | ||
714 | mImplementationp->mMoneyPlanningTabEHp = | 715 | mImplementationp->mMoneyPlanningTabEHp = |
715 | new LLGroupMoneyPlanningTabEventHandler(textp, | 716 | new LLGroupMoneyPlanningTabEventHandler(textp, |
716 | tabcp, | 717 | tabcp, |