change rounding adj: error

This commit is contained in:
phyusin
2018-05-04 14:59:15 +06:30
parent fcbd240e5e
commit 6eecd2bdb7
2 changed files with 4 additions and 1 deletions

View File

@@ -387,6 +387,6 @@ $('#re-print').click(function() {
var sale_id = $('#sale_id').val();
window.location.href = '/origami/'+ sale_id + "/reprint"
return false;
// return false;
});
</script>