mass update currency stubs

This commit is contained in:
yuri
2019-08-27 11:59:58 +03:00
parent 03788be209
commit 41b114684e
3 changed files with 15 additions and 0 deletions

View File

@@ -67,4 +67,9 @@ class ActionHistoryRecord extends \Espo\Core\Controllers\Record
{
throw new Forbidden();
}
public function beforeMassConvertCurrency()
{
throw new Forbidden();
}
}

View File

@@ -64,4 +64,9 @@ class AuthLogRecord extends \Espo\Core\Controllers\Record
{
throw new Forbidden();
}
public function beforeMassConvertCurrency()
{
throw new Forbidden();
}
}

View File

@@ -94,4 +94,9 @@ class AuthToken extends \Espo\Core\Controllers\Record
{
throw new Forbidden();
}
public function beforeMassConvertCurrency()
{
throw new Forbidden();
}
}