Feature 5388: Print Invoices (documents) list gets too long. Fixed by default 180...
[fa-stable.git] / js / budget.js
index ad3700748fa3b501b4cc32ade2ad217655cf6c48..6e8f96709a19e6131a66db6d483a267bfba5baf1 100644 (file)
@@ -17,7 +17,6 @@ function blur_budget(i) {
        var amount = get_amount(i.name);
        var total = get_amount('Total', 1);
        
-       if(amount<0) amount = 0;                
        price_format(i.name, amount, 0);
        price_format('Total', total+amount-i.getAttribute('_last'), 0, 1, 1);
 }