Was passiert beim Storno bzw. welche Änderungen in der DB?

Hi,


update oxorder set oxstorno='0' where oxid = 'dein-bestell-id'; 
update oxorderarticles set oxstorno='0' where oxorderid = 'dein-bestell-id';

Grüße
Rafig