Commit f9326c1c by Vladislav

#20695 Отключение объявлений.

1 parent 9da93a42
Showing with 1 additions and 1 deletions
......@@ -503,7 +503,7 @@ class DictionaryCampaign extends Pivot
public function goalAdvertisementsForNeedArchivedForNotReserveArchiveForNotArchived()
{
return $this->goalAdvertisements()->needArchived()->forNotReserveArchive()->forNotArchived();
return $this->goalAdvertisements()->forExternal()->needArchived()->forNotReserveArchive()->forNotArchived();
}
public function goalBidModifiers()
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!