MT#13971 Remove unnecessary debug from fill_billing_fees procedure

Change-Id: Id28dfcd9b088b3142630d404873c7d7cd14722cd
changes/99/2199/1
Irina Peshinskaya 10 years ago
parent 08136a0355
commit 4fd69bd40c

@ -38,7 +38,6 @@ inner join (
if( @profile_id is not null, " and i_nu.billing_profile_id = ? ", " and 1 = ? "),
" group by i_nu.billing_profile_id,i_nu.source,i_nu.destination,i_nu.direction,i_nu.type
) u on bnu.id=u.min_id");
select @statement;
IF @profile_id is null THEN SET @profile_id = 1; END IF;
PREPARE stmt FROM @statement;
EXECUTE stmt USING @profile_id;

Loading…
Cancel
Save