X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/eb974ef68990905c94b52a28c133780f0b8890ed..a99d8ce5a1acab57406fc95654054bcc599bb945:/js/kivi.Part.js diff --git a/js/kivi.Part.js b/js/kivi.Part.js index 3828cfdec..40c4bd96d 100644 --- a/js/kivi.Part.js +++ b/js/kivi.Part.js @@ -269,7 +269,7 @@ namespace('kivi.Part', function(ns) { }; ns.add_customerprice_row = function() { - if ($('#add_customerpriceid').val() === '') return; + if ($('#add_customerprice').val() === '') return; var data = $('#customerprice_table :input').serializeArray(); data.push({ name: 'action', value: 'Part/add_customerprice_row' });