Skip to content

Commit 5dc8748

Browse files
committed
Bugfix to MarkShippedWindow
1 parent d7af0c7 commit 5dc8748

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

mcc/resources/web/mcc/window/MarkShippedWindow.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Ext4.define('MCC.window.MarkShippedWindow', {
2121
var ctx = MCC.Utils.getMCCContext();
2222
Ext4.apply(this, {
2323
bodyStyle: 'padding: 5px;',
24-
width: 500,
24+
width: 650,
2525
modal: true,
2626
title: 'Mark ID Shipped',
2727
defaults: {
@@ -104,6 +104,10 @@ Ext4.define('MCC.window.MarkShippedWindow', {
104104
xtype: 'displayfield',
105105
value: 'Animal ID',
106106
width: 150
107+
},{
108+
xtype: 'displayfield',
109+
value: 'Request ID',
110+
width: 150
107111
},{
108112
xtype: 'displayfield',
109113
value: 'Keep Existing ID?',
@@ -146,7 +150,7 @@ Ext4.define('MCC.window.MarkShippedWindow', {
146150
return {
147151
layout: {
148152
type: 'table',
149-
columns: 3
153+
columns: 4
150154
},
151155
border: false,
152156
defaults: {

0 commit comments

Comments
 (0)