Add customer name in jo open list #94
This commit is contained in:
parent
99251b8b1c
commit
782b1e8c00
1 changed files with 6 additions and 2 deletions
|
|
@ -75,15 +75,19 @@
|
|||
columns: [
|
||||
{
|
||||
field: 'id',
|
||||
title: 'JO Number'
|
||||
title: 'JO #'
|
||||
},
|
||||
{
|
||||
field: 'plate_number',
|
||||
title: 'Plate #'
|
||||
},
|
||||
{
|
||||
field: 'customer_name',
|
||||
title: 'Customer'
|
||||
},
|
||||
{
|
||||
field: 'delivery_address',
|
||||
title: 'Customer Area'
|
||||
title: 'Area'
|
||||
},
|
||||
{
|
||||
field: 'type',
|
||||
|
|
|
|||
Loading…
Reference in a new issue