Skip to content

Commit

Permalink
fix: filters weren't sent
Browse files Browse the repository at this point in the history
  • Loading branch information
fproldan committed Mar 12, 2024
1 parent ae079eb commit 581b8f5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ async function create(type) {
let company = undefined
let email_template = undefined
let warehouse = undefined

if (type != 'po') {
values = await select_company_and_email_template(values.company)
company = values['company']
Expand Down

0 comments on commit 581b8f5

Please sign in to comment.