Fixed all known bugs; Modified the menu to hide; Fixed the tables to scroll with a fixed header.
This commit is contained in:
@@ -296,7 +296,7 @@ if(Meteor.isServer) {
|
||||
comment: Match.Optional(String)
|
||||
});
|
||||
|
||||
let dateString = date.toString();
|
||||
let dateString = sale.date.toString();
|
||||
|
||||
sale.createdAt = new Date();
|
||||
sale.timestamp = new Date(dateString.substring(0, 4) + "-" + dateString.substring(4, 6) + "-" + dateString.substring(6, 8) + "T00:00:00Z");
|
||||
|
||||
Reference in New Issue
Block a user