'status' : { 'hidden' : false },
'route_to' : { 'hidden' : false },
'alert_message' : { 'hidden' : false },
- 'checkin_time' : { 'hidden' : false },
+ 'checkin_time' : { 'hidden' : false }
},
{
- 'except_these' : [ 'uses', 'checkin_time_full' ],
+ 'except_these' : [ 'uses', 'checkin_time_full' ]
}
);
} catch(E) {
alert('FIXME: ' + E);
}
- },
-
+ }
}
);
['command'],
function() {
}
- ],
+ ]
}
}
);
'acp' : checkin.copy,
'status' : checkin.status,
'route_to' : checkin.route_to,
- 'message' : checkin.message,
+ 'message' : checkin.message
}
},
- 'to_top' : true,
+ 'to_top' : true
//I could override map_row_to_column here
}
);
JSAN.use('cat.util'); cat.util.spawn_copy_editor( { 'copy_ids' : list, 'edit' : 1 } );
- },
+ }
}
'acn' : details.volume,
'atc' : details.transit,
'circ' : details.circ,
- 'ahr' : details.hold,
+ 'ahr' : details.hold
}
},
- 'to_top' : true,
+ 'to_top' : true
};
if (!refresh) {
var nparams = obj.list.append(params);
'status' : { 'hidden' : false },
'location' : { 'hidden' : false },
'call_number' : { 'hidden' : false },
- 'uses' : { 'hidden' : false },
+ 'uses' : { 'hidden' : false }
}
);
['command'],
function() {
}
- ],
+ ]
}
}
);
'my' : {
'mvr' : mods,
'acp' : copy,
- 'uses' : result.length,
+ 'uses' : result.length
}
},
- 'to_top' : true,
+ 'to_top' : true
//I could override map_row_to_column here
}
);
'change_given' : '0.00',
'credit_given' : '0.00',
'note' : "We refunded this because...",
- 'new_balance' : '16.36',
- },
+ 'new_balance' : '16.36'
+ }
}
this.test_list = {
'offline_checkout' : [],
'offline_checkin' : [],
'offline_renew' : [],
- 'offline_inhouse_use' : [],
+ 'offline_inhouse_use' : []
}
obj.controller_init();
obj.controller.view.template_type_menu = ml;
}
}
- ],
+ ]
}
}
'type' : this.controller.view.template_type_menu.value,
'list' : list,
'data' : data,
- 'sample_frame' : this.controller.view.sample,
+ 'sample_frame' : this.controller.view.sample
};
JSAN.use('util.print'); var print = new util.print();
print.tree_list( params );
} catch(E) {
this.error.standard_unexpected_error_alert(document.getElementById('circStrings').getString('staff.circ.print_list_template.import.error'),E);
}
- },
+ }
}
'flex' : 1,
'primary' : false,
'hidden' : true,
- 'render' : function(my) { return my.circ.xact_finish(); },
+ 'render' : function(my) { return my.circ.xact_finish(); }
},
{
'persist' : 'hidden width ordinal',
'flex' : 0,
'primary' : false,
'hidden' : true,
- 'render' : function(my) { return my.ahr.hold_type(); },
+ 'render' : function(my) { return my.ahr.hold_type(); }
},
{
'persist' : 'hidden width ordinal',
},
'7010' : function(r) {
return r.payload;
- },
+ }
}
}
);