[% USE HTML %]
[% USE LxERP %]
[% USE L %]
[% USE P %]
[% SET style = "width: 400px" %]
[% SET order = SELF.rs_order.order %]
[% IF order.quotation %]
[% LxERP.t8("Update sales quotation #1", order.quonumber) %]
[% ELSE %]
[% LxERP.t8("Update sales order #1", order.ordnumber) %]
[% END %]