Subversion Repositories SmartDukaan

Rev

Rev 32468 | Rev 33149 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 32468 Rev 32469
Line 26... Line 26...
26
            return;
26
            return;
27
        }
27
        }
28
        let lines = $("#order-items").find('tbody>tr:gt(0)').length;
28
        let lines = $("#order-items").find('tbody>tr:gt(0)').length;
29
        if (lines > 3) {
29
        if (lines > 3) {
30
            calculateTotalAmount(this);
30
            calculateTotalAmount(this);
-
 
31
        } else {
-
 
32
            calculateTotalAmount();
31
        }
33
        }
32
        $('.mk_check_plans').trigger('click', ['manual']);
34
        $('.mk_check_plans').trigger('click', ['manual']);
33
 
35
 
34
    });
36
    });
35
 
37