Skip to content

Commit

Permalink
Merge pull request #1755 from goelakash/fix
Browse files Browse the repository at this point in the history
LIMS-2015 Column spacing on Client look-up
  • Loading branch information
rockfruit committed Jan 20, 2016
2 parents 3c700ae + fa43a51 commit 357c780
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bika/lims/content/batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ def set(self, instance, value, **kwargs):
base_query={'inactive_state': 'active'},
showOn=True,
colModel=[{'columnName': 'UID', 'hidden': True},
{'columnName': 'ClientID', 'width': '20', 'label': _('Client ID')},
{'columnName': 'Title', 'width': '80', 'label': _('Title')}
{'columnName': 'Title', 'width': '60', 'label': _('Title')},
{'columnName': 'ClientID', 'width': '20', 'label': _('Client ID')}
],
),
),
Expand Down
1 change: 1 addition & 0 deletions docs/CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ WINE-114: Some users cannot view published ARs (unauthorised)
WINE-122: Transposed worksheet layout failed while rendering empty slots
LIMS-2149: Missing analyses can cause error accessing worksheet
LIMS-1521: Date verified column for AR lists
LIMS-2015: Column spacing on Client look-up

3.1.9 (2015-10-8)
------------------
Expand Down

0 comments on commit 357c780

Please sign in to comment.