Committer: vtroitsky
LJSUP-14373: Remove donate and repost from paid summaryU trunk/htdocs/admin/accounts/paidsummary.bml
Modified: trunk/htdocs/admin/accounts/paidsummary.bml =================================================================== --- trunk/htdocs/admin/accounts/paidsummary.bml 2012-12-03 14:53:20 UTC (rev 12983) +++ trunk/htdocs/admin/accounts/paidsummary.bml 2012-12-03 15:12:58 UTC (rev 12984) @@ -346,9 +346,12 @@ $item = 'selfpromo'; $subkey = 'notification'; } - elsif ($item eq 'repost') { - $subkey = 'repost'; + elsif ($item eq 'repost') { # LJSUP-14373: Remove donate and repost from paid summary + next; } + elsif ($item eq 'donate') { # LJSUP-14373: Remove donate and repost from paid summary + next; + } else { $subkey = ( UNIVERSAL::isa($it, 'LJ::Pay::Payment::PayItem::Addon::Sized') ? ((split('-', $it->{subitem}))[0] . '-')