SL-20694 FIXED Unable to publish classified if first entered insufficient L$ amount
parent
683bf84bb3
commit
bf8fb4ef0d
|
|
@ -954,7 +954,7 @@ void LLPanelProfileClassified::onSaveClick()
|
|||
}
|
||||
if(isNew() || isNewWithErrors())
|
||||
{
|
||||
if(gStatusBar->getBalance() < getPriceForListing())
|
||||
if(gStatusBar->getBalance() < MINIMUM_PRICE_FOR_LISTING)
|
||||
{
|
||||
LLNotificationsUtil::add("ClassifiedInsufficientFunds");
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in New Issue