www/js/inv_yeasts.js

changeset 200
7b2f11652d67
parent 198
f0ec83e1e01f
child 201
f9b7e3f6be7c
equal deleted inserted replaced
199:dad62ec9af18 200:7b2f11652d67
71 { name: 'best_for', type: 'string' }, 71 { name: 'best_for', type: 'string' },
72 { name: 'max_reuse', type: 'int' }, 72 { name: 'max_reuse', type: 'int' },
73 { name: 'inventory', type: 'float' }, 73 { name: 'inventory', type: 'float' },
74 { name: 'cost', type: 'float' }, 74 { name: 'cost', type: 'float' },
75 { name: 'production_date', type: 'string' }, 75 { name: 'production_date', type: 'string' },
76 { name: 'tht_date', type: 'string' } 76 { name: 'tht_date', type: 'string' },
77 { name: 'cells', type: 'float' }
77 ], 78 ],
78 id: 'record', 79 id: 'record',
79 url: url, 80 url: url,
80 deleterow: function (rowid, commit) { 81 deleterow: function (rowid, commit) {
81 // synchronize with the server - send delete command 82 // synchronize with the server - send delete command

mercurial