Changes between Version 1 and Version 2 of Ticket #26459, comment 3


Ignore:
Timestamp:
Apr 5, 2016, 3:58:39 AM (8 years ago)
Author:
yasondinalt

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26459, comment 3

    v1 v2  
    88    mc_gross = models.DecimalField(max_digits=64, decimal_places=2, default=0)
    99   
    10 invoice = 2.215 # float
     10invoice.mc_gross = 2.215 # float
    1111invoice.save()
    1212}}}
Back to Top