Revision 7eb723db
Von Bernd Bleßmann vor etwa 1 Jahr hinzugefügt
SL/Controller/SalesPurchase.pm | ||
---|---|---|
19 | 19 |
); |
20 | 20 |
# we are modifying a existing daily booking - allow this if |
21 | 21 |
# booking conditions are not super strict |
22 |
undef $exists_ap if ($::instance_conf->get_ap_changeable != 0 |
|
22 |
undef $exists_ap if ($exists_ap |
|
23 |
&& $::instance_conf->get_ap_changeable != 0 |
|
23 | 24 |
&& $exists_ap->gldate == DateTime->today_local); |
24 | 25 |
|
25 |
|
|
26 | 26 |
$_[0]->render(\ !!$exists_ap, { type => 'text' }); |
27 | 27 |
} |
28 | 28 |
|
Auch abrufbar als: Unified diff
S:C:SalesPurchase: keine Methode auf undefiniertem Wert aufrufen
Der Fehler tauchte an der Oberfläche dann zwar nicht auf, weil es
ein ajax-Aufruf ist.