product sku property name on sku variant values
This commit is contained in:
@@ -54,6 +54,7 @@ class ProductSkuVariantValuesTable extends Table
|
||||
$this->belongsTo('ProductSkus', [
|
||||
'className' => 'CakeProducts.ProductSkus',
|
||||
'foreignKey' => 'product_sku_id',
|
||||
'propertyName' => 'product_sku',
|
||||
'joinType' => 'INNER',
|
||||
]);
|
||||
$this->belongsTo('ProductVariants', [
|
||||
|
||||
Reference in New Issue
Block a user