Added optional link for electronic payment on invoices (PayPal)
[fa-stable.git] / reporting / includes / reports_classes.inc
index 9c6834a8f227bd134eda0507ffa183cc70244dec..badf6308fabea23ca8b5d05f3859058284a313ab 100644 (file)
@@ -164,6 +164,10 @@ class Report
                                        $sel = array(_('No'), _("Yes"));
                                        $st .= dup_simple_name_list("RP_" . $this->id . "_$index", $sel);
                                        break;
+                               case 'PAYMENT_LINK':    
+                                       $sel = array(_("No Payment Link"), "PayPal");
+                                       $st .= dup_simple_name_list("RP_" . $this->id . "_$index", $sel);
+                                       break;
                                case 'COMPARE':
                                        $sel = array(_("Accumulated"), _("Period Y-1"), _("Budget"));
                                        $st .= dup_simple_name_list("RP_" . $this->id . "_$index", $sel);