DmitrMakeev commited on
Commit
a86c6fa
1 Parent(s): b83d4c1

Update data_gc_tab.html

Browse files
Files changed (1) hide show
  1. data_gc_tab.html +1 -1
data_gc_tab.html CHANGED
@@ -192,7 +192,7 @@
192
  {title:"Телефон", field:"phone"},
193
  {title:"Email", field:"email" editor:true},
194
  {title:"Куратор", field:"curator", formatter: linkFormatter},
195
- {title:"Статус покупки", field:"shop_statys_full", editor:true, formatter: function(cell, formatterParams, onRendered) {
196
  var status = cell.getValue();
197
  var color;
198
  switch (status) {
 
192
  {title:"Телефон", field:"phone"},
193
  {title:"Email", field:"email" editor:true},
194
  {title:"Куратор", field:"curator", formatter: linkFormatter},
195
+ {title:"Статус покупки", field:"shop_statys_full", formatter: function(cell, formatterParams, onRendered) {
196
  var status = cell.getValue();
197
  var color;
198
  switch (status) {