Added new features to srp app, including the total amounts for everything

This commit is contained in:
Raynaldo Rivera 2014-11-27 23:57:01 -07:00
parent 6c991dfce5
commit e408e31801

View File

@ -43,7 +43,7 @@
$('#id_fleet_time').datetimepicker({
maskInput: true,
format: 'Y-m-d H:i',minDate:0
format: 'Y-m-d H:i'
});
{% endblock extra_script %}