fix last bugs
This commit is contained in:
@@ -129,7 +129,7 @@ def generate_order_pdf(order, user_data, transporter_data, logo_path, save_to_di
|
||||
["Product Description", Paragraph(str(order["products_description"]), styles["Normal"])],
|
||||
["LDM", Paragraph(str(order["ldb_quantity"]), styles["Normal"])],
|
||||
["KG", Paragraph(str(order["kg_quantity"]), styles["Normal"])],
|
||||
["Price", Paragraph(str(order["paid_price"]), styles["Normal"])],
|
||||
["Price", Paragraph(str(order["paid_price"])+ " " +order["currency_paid"], styles["Normal"])],
|
||||
]
|
||||
summary_table = Table(summary_data, colWidths=[150, 350])
|
||||
summary_table.setStyle(TableStyle([
|
||||
|
||||
Reference in New Issue
Block a user