From 9864013ad1952cfd50511cc4428aa2e440fc8d3f Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Wed, 13 Apr 2011 14:15:11 +0200 Subject: [PATCH] Restored Sales Quotation option in Customer and Sales Reports --- reporting/reports_main.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/reporting/reports_main.php b/reporting/reports_main.php index 84becd52..2ce0b749 100644 --- a/reporting/reports_main.php +++ b/reporting/reports_main.php @@ -116,6 +116,12 @@ $reports->addReport(RC_CUSTOMER, 109, _('&Print Sales Orders'), _('Email Customers') => 'YES_NO', _('Print as Quote') => 'YES_NO', _('Comments') => 'TEXTBOX')); +$reports->addReport(RC_CUSTOMER, 111, _('&Print Sales Quotations'), + array( _('From') => 'QUOTATIONS', + _('To') => 'QUOTATIONS', + _('Currency Filter') => 'CURRENCY', + _('Email Customers') => 'YES_NO', + _('Comments') => 'TEXTBOX')); $reports->addReport(RC_CUSTOMER, 112, _('Print Receipts'), array( _('From') => 'RECEIPT', _('To') => 'RECEIPT', -- 2.30.2