add show nds in edit document - akt

prod
Dmitriy Shesterkin 9 years ago
parent b1e23781d5
commit fc4f074b60
  1. 6
      src/dokumentor/static/js/formset-events.js

@ -34,6 +34,12 @@ $(function() {
itogo_sum += itogo_sum_row; itogo_sum += itogo_sum_row;
}); });
if ($('#id_nds_value').val() !== '0') {
$('#nds_method').show();
$('#blockTotalNds').show();
$('#decryption').show();
}
if ($('#id_nds_value').val() && $('#itogo').html()) { if ($('#id_nds_value').val() && $('#itogo').html()) {
console.log('----','NDS %',$('#id_nds_value').val()); console.log('----','NDS %',$('#id_nds_value').val());

Loading…
Cancel
Save