Skip to content

Commit

Permalink
fix(Sales/Update): updateXXX functions need to be public
Browse files Browse the repository at this point in the history
  • Loading branch information
pschuele committed Oct 9, 2024
1 parent 8adef4d commit 5769423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tine20/Sales/Setup/Update/17.php
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ protected function divisionUpdate()
Sales_Model_Division::resetConfiguration();
}

protected function update021()
public function update021()
{
Setup_SchemaTool::updateSchema([
Sales_Model_Debitor::class,
Expand All @@ -675,7 +675,7 @@ protected function update021()
$this->addApplicationUpdate(Sales_Config::APP_NAME, '17.21', self::RELEASE017_UPDATE021);
}

protected function update022()
public function update022()
{
Sales_Setup_Initialize::initializeEDocumentEAS();

Expand Down

0 comments on commit 5769423

Please sign in to comment.