diff --git a/app/Models/Common/Item.php b/app/Models/Common/Item.php index 7c66d2d01..7fbeff4f7 100644 --- a/app/Models/Common/Item.php +++ b/app/Models/Common/Item.php @@ -19,7 +19,7 @@ class Item extends Model * * @var array */ - protected $appends = ['item_id']; + protected $appends = ['item_id', 'tax_ids']; /** * Attributes that should be mass-assignable.