Remove CAICollection and CAdvowareAkten entities and their associated metadata, layouts, services, and translations. Update configuration and state files accordingly. Add side panel configuration for CMietinkasso.
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
<?php
|
||||
namespace Espo\Custom\Services;
|
||||
|
||||
use Espo\Services\Record;
|
||||
|
||||
/**
|
||||
* Service für CAICollection Entity
|
||||
*/
|
||||
class CAICollection extends Record
|
||||
{
|
||||
// Basis-Service-Funktionalität wird von Record geerbt
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
<?php
|
||||
namespace Espo\Custom\Services;
|
||||
|
||||
use Espo\Services\Record;
|
||||
|
||||
/**
|
||||
* Service für CAdvowareAkten Entity
|
||||
*/
|
||||
class CAdvowareAkten extends Record
|
||||
{
|
||||
// Basis-Service-Funktionalität wird von Record geerbt
|
||||
}
|
||||
Reference in New Issue
Block a user