Fixes on adding price & errors

This commit is contained in:
Ludovic CANDELLIER
2021-07-27 17:33:18 +02:00
parent b879f11c99
commit daeece59c9
18 changed files with 123 additions and 76 deletions

View File

@@ -57,11 +57,11 @@
if (!no_confirm) {
var buttons = {
cancel: {
label: '{{ __('cancel') }}',
label: '{{ __('Annuler') }}',
className: 'btn-secondary'
},
confirm: {
label: '{{ __('save') }}',
label: '{{ __('Sauver') }}',
className: 'btn-success',
callback: function() {
submitModal(form_id);