re-add missing function
This commit is contained in:
bovenliggende
07224f9530
commit
3a34f0e5f5
@ -49,4 +49,13 @@ class D3ManufacturerLongDesc extends D3ManufacturerLongDesc_parent
|
||||
$longName = $this->_getFieldLongName(Constants::D3_OXMANUFACTURERS_LONGDESC_FIELDNAME);
|
||||
return $this->$longName ?: oxNew(Field::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getD3LongDescTableColumnName(): string
|
||||
{
|
||||
return $this->getViewName(true).'__'.Constants::D3_OXMANUFACTURERS_LONGDESC_FIELDNAME;
|
||||
}
|
||||
|
||||
}
|
||||
|
Laden…
x
Verwijs in nieuw issue
Block a user