Added custom scroll bars and separated the table header from the tables for Sales and the Graphs tables.
This commit is contained in:
@@ -208,7 +208,6 @@ Template.SalesSheetFormProduct.onCreated(function() {
|
||||
this.product = new ReactiveVar(); //The actual product for this sheet product.
|
||||
this.total = new ReactiveVar(0);
|
||||
|
||||
|
||||
this.reset = function() {
|
||||
for(let measureTemplate of template.measureTemplates) {
|
||||
measureTemplate.reset();
|
||||
|
||||
Reference in New Issue
Block a user