Skip to content

Commit

Permalink
Uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
parthpetkar committed Jun 28, 2024
1 parent 819784b commit d4e11fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Backend/milestonepage.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ $(document).ready(async () => {
});

const invoiceType = $('#invoiceType').val();
// await window.electron.send('createInvoice', { selectedMilestones });
await window.electron.send('createInvoice', { selectedMilestones });
await window.electron.send('createForm', { selectedMilestones, invoiceType });

$('#invoiceModal').hide();
Expand Down

0 comments on commit d4e11fd

Please sign in to comment.