mirror of
https://github.com/almet/copanier.git
synced 2025-04-28 19:42:37 +02:00
Fix location of the order-summary.css file.
This commit is contained in:
parent
60f9d41f48
commit
3767620205
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ async def show_orders_summary(request, response, id):
|
||||||
response.pdf(
|
response.pdf(
|
||||||
"delivery/show_orders_summary.html",
|
"delivery/show_orders_summary.html",
|
||||||
{"delivery": delivery},
|
{"delivery": delivery},
|
||||||
css="orders-summary.css",
|
css="order-summary.css",
|
||||||
filename=utils.prefix("résumé-de-commandes.pdf", delivery),
|
filename=utils.prefix("résumé-de-commandes.pdf", delivery),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue