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:
parent
ad092ef43c
commit
0209454e91
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user