diff --git a/share/templates/customer/invoice.tt b/share/templates/customer/invoice.tt index c1b828a7ba..88c94ab212 100644 --- a/share/templates/customer/invoice.tt +++ b/share/templates/customer/invoice.tt @@ -170,11 +170,9 @@ function saveTemplate( data ) { datatype: 'json', data: { template: svgString }, } ).done( function( jsonResponse ) { - alert('Form!'); if(jsonResponse.aaData && jsonResponse.aaData.form){ $('form[name=invoice_template]').loadJSON(jsonResponse.aaData.form); } - alert('Refresh!'); refreshTemplateList( data.contract_id ); }); }