Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
Merge branch 'pu/ps/sentry/9383' into '2022.11'
Browse files Browse the repository at this point in the history
tweak(Timetracker/Timeaccount): invoice_id is not sortable

See merge request tine20/tine20!3801
  • Loading branch information
pschuele committed May 4, 2023
2 parents 5121fbd + 6e58933 commit ac14305
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tine20/Timetracker/Model/Timeaccount.php
Expand Up @@ -222,6 +222,7 @@ class Timetracker_Model_Timeaccount extends Sales_Model_Accountable_Abstract
'type' => 'record',
'inputFilters' => array('Zend_Filter_Empty' => NULL),
'nullable' => true,
'sortable' => false,
'config' => array(
'appName' => 'Sales',
'modelName' => 'Invoice',
Expand Down

0 comments on commit ac14305

Please sign in to comment.