[Changed] clear code
This commit is contained in:
parent
d269745dac
commit
45e719d9f3
@ -25,7 +25,7 @@ class D3ManufacturerLongDesc extends D3ManufacturerLongDesc_parent
|
|||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @param string $sValue
|
* @param string $sValue
|
||||||
* @return void
|
* @return bool
|
||||||
*/
|
*/
|
||||||
public function d3SetLongdesc(string $sValue): bool
|
public function d3SetLongdesc(string $sValue): bool
|
||||||
{
|
{
|
||||||
@ -54,6 +54,6 @@ class D3ManufacturerLongDesc extends D3ManufacturerLongDesc_parent
|
|||||||
*/
|
*/
|
||||||
public function getD3LongDescTableColumnName(): string
|
public function getD3LongDescTableColumnName(): string
|
||||||
{
|
{
|
||||||
return $sParamName = $this->getViewName(true).'__'.Constants::D3_OXMANUFACTURERS_LONGDESC_FIELDNAME;
|
return $this->getViewName(true).'__'.Constants::D3_OXMANUFACTURERS_LONGDESC_FIELDNAME;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user