Differences From Artifact [8c2f756bd0]:
- Executable file gluon/contrib/pyfpdf/template.py — part of check-in [eba4a35a21] at 2011-08-08 04:53:38 on branch develop — Added web2py 1.98.2 (user: spiffy, size: 10829) [annotate] [blame] [check-ins using]
To Artifact [6ad8a4bf31]:
- Executable file gluon/contrib/pyfpdf/template.py — part of check-in [5e6e1e2c0a] at 2011-11-20 05:28:20 on branch feature/web2py_auth — Upgraded to web2py 1.99.2 (user: spiffy, size: 10830) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
270 271 272 273 274 275 276 277 | f['total'] = "%0.2f" % total f.render("./invoice.pdf") if sys.platform.startswith("linux"): os.system("evince ./invoice.pdf") else: os.system("./invoice.pdf") | > | 270 271 272 273 274 275 276 277 278 | f['total'] = "%0.2f" % total f.render("./invoice.pdf") if sys.platform.startswith("linux"): os.system("evince ./invoice.pdf") else: os.system("./invoice.pdf") |