marellocommerce / marello

Marello
Other
51 stars 18 forks source link

Wrong enum class name #26

Closed clicktrend closed 6 years ago

clicktrend commented 6 years ago

Change $className = ExtendHelper::buildEnumValueClassName('marello_inv_reple'); to

$className = ExtendHelper::buildEnumValueClassName('marello_product_reple');
clicktrend commented 6 years ago

During migration process I had an error here. But I missed that you changed the table name.