diff --git a/front/core/components/check/style.scss b/front/core/components/check/style.scss
index 0804a5750..5ddd56fa3 100644
--- a/front/core/components/check/style.scss
+++ b/front/core/components/check/style.scss
@@ -18,4 +18,8 @@ vn-check {
md-checkbox {
margin-bottom: 0
}
+
+ md-checkbox .md-label {
+ margin-bottom: .5em;
+ }
}
diff --git a/print/lib/reportEngine.js b/print/lib/reportEngine.js
index e4cfce6df..dccb18b4a 100644
--- a/print/lib/reportEngine.js
+++ b/print/lib/reportEngine.js
@@ -107,7 +107,7 @@ module.exports = {
format: 'A4',
border: '1.5cm',
footer: {
- height: '60px',
+ height: '55px',
}
};
diff --git a/print/report/email-header/locale.js b/print/report/email-header/locale.js
index a3d2003a5..7200e6048 100644
--- a/print/report/email-header/locale.js
+++ b/print/report/email-header/locale.js
@@ -1,5 +1,5 @@
module.exports = {
messages: {
- es: {clientName: 'Nombre cliente'},
+ es: {},
},
};
diff --git a/print/report/rpt-delivery-note/index.html b/print/report/rpt-delivery-note/index.html
index 5332858c3..65b1866ae 100644
--- a/print/report/rpt-delivery-note/index.html
+++ b/print/report/rpt-delivery-note/index.html
@@ -5,7 +5,7 @@
-