1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00

changed report names

This commit is contained in:
Hillel Coren 2014-02-27 16:10:16 +02:00
parent ad092ef43c
commit 0209454e91

View File

@ -535,9 +535,9 @@ $.fn.datepicker.defaults.todayHighlight = true;
function GetPdf(invoice,checkMath,report_id){
if (report_id==2) return GetReportTemplate1(invoice,checkMath);
if (report_id==3) return GetReportTemplate2(invoice,checkMath);
if (report_id==1) return GetReportTemplate3(invoice,checkMath);
if (report_id==1) return GetReportTemplate1(invoice,checkMath);
if (report_id==2) return GetReportTemplate2(invoice,checkMath);
if (report_id==3) return GetReportTemplate3(invoice,checkMath);
alert('report template not implemented yet');