diff --git a/gulpfile.js b/gulpfile.js index dd5a19a..d715d46 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -82,3 +82,7 @@ gulp.task('clean-post-install', function() { }); gulp.task('default', ['webserver']); + +gulp.task('watch', function() { + gulp.watch([paths.srcJS, paths.srcViews], ['uglify']); +}); diff --git a/src/views/nota-pedido.html b/src/views/nota-pedido.html index 6e7c009..78bc9b1 100644 --- a/src/views/nota-pedido.html +++ b/src/views/nota-pedido.html @@ -22,13 +22,20 @@
Sector | Código | Descripción | -Precio Unitario | Cantidad | +Precio Unitario | SubTotal | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
+ | ||||||||||||
+ | Cantidad Items: |