mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-15 04:27:14 +01:00
Compare commits
1 Commits
76fe08cda2
...
89852dadbe
Author | SHA1 | Date | |
---|---|---|---|
|
89852dadbe |
@ -33999,7 +33999,7 @@ function Firmendaten($field,$projekt="")
|
||||
* Recalculate payment status and skonto
|
||||
* using module rechnung
|
||||
*/
|
||||
public function rechnung_zahlstatus_berechnen($id = null) {
|
||||
public function rechnung_zahlstatus_berechnen($id) {
|
||||
$rechnung = $this->app->loadModule('rechnung', false);
|
||||
if($rechnung !== null && method_exists($rechnung, 'rechnung_zahlstatus_berechnen')) {
|
||||
return $rechnung->rechnung_zahlstatus_berechnen($id);
|
||||
|
Loading…
Reference in New Issue
Block a user