Fix on invoices, add delivery reference, wip on dashboard concurrency requests designed on template

This commit is contained in:
Ludovic CANDELLIER
2023-02-17 00:05:03 +01:00
parent 820a200e88
commit 900aa413a2
26 changed files with 555 additions and 130 deletions

View File

@@ -347,8 +347,14 @@ module.exports = function(grunt) {
},
{
expand: true,
cwd: 'build/Suite/js/widgets/daterangepicker/Lang',
src: ['**'],
cwd: 'node_modules/daterangepicker/',
src: ['daterangepicker.css'],
dest: 'public/assets/plugins/daterangepicker',
},
{
expand: true,
cwd: 'node_modules/daterangepicker/',
src: ['daterangepicker.js'],
dest: 'public/assets/plugins/daterangepicker',
},
{
@@ -568,6 +574,7 @@ module.exports = function(grunt) {
dist: {
files: ['build/js/*', 'build/css/*'],
tasks: ['concat', 'copy']
// tasks: ['concat']
}
},
});