Skip to content

Commit

Permalink
Make Show in table extendable
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBnl committed Dec 2, 2019
1 parent 6a8746e commit 5adbfcf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Model/OrderAttribute.php
Expand Up @@ -72,6 +72,8 @@ public function getCartTitle()

public function ShowInTable()
{
return true;
$showInTable = true;
$this->extend('updateShowInTable', $showInTable);
return $showInTable;
}
}

0 comments on commit 5adbfcf

Please sign in to comment.