function saveTillCounts() {
    var ret = '';
    $('.drop').each(function() {
        var rowID = this.id;
        var amt = Number(this.value);