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