X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=js%2Fkivi.SalesPurchase.js;h=643d90e94f8f32153b53ef33d2d20ebde505e917;hb=177cb111a3514218b8bd7c9221f7b90ce2bdac7e;hp=3e8dc6392e5825fd1c64d2cb127926d0da750df2;hpb=a84a030e2ecdb0f1068bab87ed706f1594b9caf1;p=kivitendo-erp.git diff --git a/js/kivi.SalesPurchase.js b/js/kivi.SalesPurchase.js index 3e8dc6392..643d90e94 100644 --- a/js/kivi.SalesPurchase.js +++ b/js/kivi.SalesPurchase.js @@ -81,7 +81,7 @@ namespace('kivi.SalesPurchase', function(ns) { }; this.check_transaction_description = function() { - if ($('#transaction_description').val() != '') + if ($('#transaction_description').val() !== '') return true; alert(kivi.t8('A transaction description is required.'));