MobileBlur

Diff
Login

Differences From Artifact [8c2f756bd0]:

To Artifact [6ad8a4bf31]:


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")