NYBU#62190 In planbord totaal bezette stoelen
svn path=/Database/trunk/; revision=53867
This commit is contained in:
@@ -8094,12 +8094,7 @@ AS
|
||||
createxmltagvalue ('key', p_key);
|
||||
create_ins_discipline_node (v_discipline_key);
|
||||
create_ins_deel_node (v_ins_deel_key, TRUE);
|
||||
IF v_bulkrsvbaar IS NOT NULL AND p_aantal IS NOT NULL
|
||||
THEN
|
||||
createxmltagvalue ('omschrijving', v_omschrijving || '(' || p_aantal || ')');
|
||||
ELSE
|
||||
createxmltagvalue ('omschrijving', v_omschrijving);
|
||||
END IF;
|
||||
createxmltagvalue ('omschrijving', v_omschrijving);
|
||||
createxmltagvalue ('eenheid', v_eenheid);
|
||||
createxmltagvalue ('prijs', v_prijs);
|
||||
createxmltagvalue ('prijsvast', v_prijs_vast);
|
||||
@@ -8175,7 +8170,12 @@ AS
|
||||
|
||||
createxmltagvalue ('key', p_key);
|
||||
create_res_deel_node (v_deel_key, p_aantal);
|
||||
createxmltagvalue ('aantal', v_aantal);
|
||||
IF p_aantal IS NOT NULL AND p_aantal > 0
|
||||
THEN
|
||||
createxmltagvalue ('aantal', p_aantal);
|
||||
ELSE
|
||||
createxmltagvalue ('aantal', v_aantal);
|
||||
END IF;
|
||||
createxmltagvalue ('status_bokey', v_status_bo_key);
|
||||
createxmltagvalue ('status_bo', v_status_bo_omschr);
|
||||
createxmltagvalue ('dirtlevel', v_dirtlevel);
|
||||
|
||||
Reference in New Issue
Block a user