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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26459, comment 3

    initial v1  
    88    mc_gross = models.DecimalField(max_digits=64, decimal_places=2, default=0)
    99   
    10 invoice = 10.215 # float
     10invoice = 2.215 # float
    1111invoice.save()
    1212}}}
    1313
    14 In DB will be value 10.21 (or if 10.225 -> 10.22)
     14In DB will be value 2.21 (or if 2.225 -> 2.22)
Back to Top