diff --git a/ns_app/hooks.py b/ns_app/hooks.py index 671bac0..0dd5d6e 100644 --- a/ns_app/hooks.py +++ b/ns_app/hooks.py @@ -20,7 +20,11 @@ fixtures = [ { "dt": "Print Format", "filters": [ - ["name", "=", "NS Invoice"] + ["name", "in", [ + "NS Invoice", + "NS Sales Order", + "NS Quotation" + ]] ] } ]