Fixed the hooks for the print format.
This commit is contained in:
@@ -20,7 +20,11 @@ fixtures = [
|
|||||||
{
|
{
|
||||||
"dt": "Print Format",
|
"dt": "Print Format",
|
||||||
"filters": [
|
"filters": [
|
||||||
["name", "=", "NS Invoice"]
|
["name", "in", [
|
||||||
|
"NS Invoice",
|
||||||
|
"NS Sales Order",
|
||||||
|
"NS Quotation"
|
||||||
|
]]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user