Added Credit CSV download to Invoice/Index

This commit is contained in:
Frank Schubert
2024-07-12 18:57:46 +02:00
parent 1ca399786f
commit 5e5e4de27d
5 changed files with 103 additions and 51 deletions
+2 -2
View File
@@ -63,7 +63,7 @@ class Contract extends mfBaseModel {
$this->linkTo[] = $link;
break;
case "credit":
$this->linkFrom[] = $link;
$this->linkTo[] = $link;
break;
case "upgrade":
$this->upgradeTo[] = $link;
@@ -89,7 +89,7 @@ class Contract extends mfBaseModel {
$this->linkFrom[] = $link;
break;
case "credit":
$this->linkTo[] = $link;
$this->linkFrom[] = $link;
break;
case "upgrade":
$this->upgradeFrom[] = $link;