lieferantengutschrift positionen

This commit is contained in:
OpenXE
2024-02-07 17:57:11 +01:00
parent 8dc86fdddf
commit ca4e320085
7 changed files with 276 additions and 75 deletions
+5
View File
@@ -13248,6 +13248,11 @@ function SendPaypalFromAuftrag($auftrag, $test = false)
return $this->ReplaceANABRELSGSBE("rechnung",$db,$value,$fromform);
}
function ReplaceVerbindlichkeit($db,$value,$fromform)
{
return $this->ReplaceANABRELSGSBE("verbindlichkeit",$db,$value,$fromform);
}
function ReplaceRetoure($db,$value,$fromform)
{
return $this->ReplaceANABRELSGSBE('retoure',$db,$value,$fromform);