mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
Compare commits
2 Commits
fea4e63836
...
35a0eca590
Author | SHA1 | Date | |
---|---|---|---|
|
35a0eca590 | ||
|
a51136e3ac |
@ -34459,7 +34459,7 @@ function Firmendaten($field,$projekt="")
|
||||
* Recalculate payment status and skonto
|
||||
* using module rechnung
|
||||
*/
|
||||
public function rechnung_zahlstatus_berechnen($id) {
|
||||
public function rechnung_zahlstatus_berechnen($id = null) {
|
||||
$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