mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-25 07:59:28 +00:00
Changed: methods condition checking 'datum' instead of 'insertamum'
This commit is contained in:
@@ -141,7 +141,7 @@ class Vertragvertragsstatus_model extends DB_Model
|
||||
{
|
||||
$condition = '
|
||||
vertragsstatus_kurzbz = \'bestellt\' AND
|
||||
(insertamum)::date = date \''. $string_date .'\'
|
||||
(datum)::date = date \''. $string_date .'\'
|
||||
';
|
||||
|
||||
if (!$further_processed)
|
||||
@@ -170,7 +170,7 @@ class Vertragvertragsstatus_model extends DB_Model
|
||||
{
|
||||
$condition = '
|
||||
vertragsstatus_kurzbz = \'erteilt\' AND
|
||||
(insertamum)::date = date \''. $string_date .'\'
|
||||
(datum)::date = date \''. $string_date .'\'
|
||||
';
|
||||
|
||||
if (!$further_processed)
|
||||
|
||||
Reference in New Issue
Block a user