From 5b6bd52fddff96d7cae476ddf8b714e8a5663b8b Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Thu, 16 Apr 2009 11:17:14 +0000 Subject: [PATCH] Fix Bug : financial ledger, first sold is clean --- html/js/ajax_fiche.js | 1 - 1 file changed, 1 deletion(-) diff --git a/html/js/ajax_fiche.js b/html/js/ajax_fiche.js index 871b39eb1..746e7a704 100644 --- a/html/js/ajax_fiche.js +++ b/html/js/ajax_fiche.js @@ -44,7 +44,6 @@ function clean_Fid(p_ctl) if ( $(nSell) ) { $(nSell).value=""; } if ( $(nBuy) ) { $(nBuy).value="";} if ( $(nTva_id) ) { $(nTva_id).value="-1"; } - if ( $("first_sold")) { $("first_sold").value=""; } } function errorFid(request,json) {