SL-20694 FIXED Unable to publish classified if first entered insufficient L$ amount

master
Mnikolenko Productengine 2023-12-06 14:10:30 +02:00
parent 683bf84bb3
commit bf8fb4ef0d
1 changed files with 1 additions and 1 deletions

View File

@ -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;