]) if $::instance_conf->get_ir_show_mark_as_paid;
$bar->add_actions("combobox");
$bar->actions->[-1]->add_actions([ t8('Storno'),
submit => [ '#form', { action_storno => 1 } ],
confirm => t8('Do you really want to cancel this invoice?'),
]) if $::instance_conf->get_ir_show_mark_as_paid;
$bar->add_actions("combobox");
$bar->actions->[-1]->add_actions([ t8('Storno'),
submit => [ '#form', { action_storno => 1 } ],
confirm => t8('Do you really want to cancel this invoice?'),