Fixed the hooks for the print format.

This commit is contained in:
Ty Reynolds
2026-01-20 15:15:28 -05:00
parent 113aeda82f
commit 69f7b2fd72

View File

@@ -20,7 +20,11 @@ fixtures = [
{
"dt": "Print Format",
"filters": [
["name", "=", "NS Invoice"]
["name", "in", [
"NS Invoice",
"NS Sales Order",
"NS Quotation"
]]
]
}
]