Spaces:
Sleeping
Sleeping
Update invoice.py
Browse files- invoice.py +1 -0
invoice.py
CHANGED
|
@@ -101,6 +101,7 @@ try:
|
|
| 101 |
from reportlab.lib.pagesizes import A4
|
| 102 |
from reportlab.pdfgen import canvas
|
| 103 |
from reportlab.lib.units import mm
|
|
|
|
| 104 |
reportlab_available = True
|
| 105 |
except Exception:
|
| 106 |
pass
|
|
|
|
| 101 |
from reportlab.lib.pagesizes import A4
|
| 102 |
from reportlab.pdfgen import canvas
|
| 103 |
from reportlab.lib.units import mm
|
| 104 |
+
from reportlab.lib import colors
|
| 105 |
reportlab_available = True
|
| 106 |
except Exception:
|
| 107 |
pass
|