mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
Merge commit 'a51136e3acef9bc0f59371771e8a94580271967a' into smartyrechnung
This commit is contained in:
commit
a75e0d9b87
@ -34471,7 +34471,7 @@ function Firmendaten($field,$projekt="")
|
|||||||
* Recalculate payment status and skonto
|
* Recalculate payment status and skonto
|
||||||
* using module rechnung
|
* using module rechnung
|
||||||
*/
|
*/
|
||||||
public function rechnung_zahlstatus_berechnen($id) {
|
public function rechnung_zahlstatus_berechnen($id = null) {
|
||||||
$rechnung = $this->app->loadModule('rechnung', false);
|
$rechnung = $this->app->loadModule('rechnung', false);
|
||||||
if($rechnung !== null && method_exists($rechnung, 'rechnung_zahlstatus_berechnen')) {
|
if($rechnung !== null && method_exists($rechnung, 'rechnung_zahlstatus_berechnen')) {
|
||||||
return $rechnung->rechnung_zahlstatus_berechnen($id);
|
return $rechnung->rechnung_zahlstatus_berechnen($id);
|
||||||
|
Loading…
Reference in New Issue
Block a user