refactoring on Articles, minor fixes
This commit is contained in:
@@ -12,6 +12,6 @@ class Tax extends Model
|
||||
|
||||
public function price()
|
||||
{
|
||||
return $this->hasMany(ArticlePrice::class, 'id', 'tax_id');
|
||||
return $this->hasMany(PriceListValue::class, 'id', 'tax_id');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user