Logo on accommodation document is now loaded from settings.

This commit is contained in:
2017-06-07 16:13:31 +02:00
parent 47e21a85d7
commit cf937aee96
2 changed files with 223 additions and 191 deletions
+2 -2
View File
@@ -109,7 +109,7 @@ ALTER TABLE CampData ADD \"totalSale\" INTEGER NULL;
},
"reports" : [
{ "name" : "Doklad", "description" : "Doklad k ubytování", "listReport" : true, "file" : "camp_accommodation_document.lrxml" },
{ "name" : "Doklad jedna strana anglicky", "description" : "Doklad k ubytování jedna strana anglicky", "listReport" : true, "file" : "camp_accommodation_document.lrxml" }
{ "name" : "Doklad", "description" : "Doklad k ubytování", "listReport" : false, "file" : "camp_accommodation_document.lrxml" },
{ "name" : "Doklad jedna strana anglicky", "description" : "Doklad k ubytování jedna strana anglicky", "listReport" : false, "file" : "camp_accommodation_document.lrxml" }
]
}