E-INVOICE: Peppol id is used to compose the UBL21, improve check and use

This commit is contained in:
sparkyx 2025-10-30 11:04:34 +01:00
parent 2ba899bdb8
commit 9db299594d
5 changed files with 43 additions and 17 deletions

View file

@ -428,9 +428,14 @@ category_card.display_search_peppol = function (p_domid)
{
var dgbox = "peppol_id_search_div";
waiting_box();
let peppol_id=id$(p_domid).value;
var queryString = {
op:'search_peppol'
,ctl:p_domid
,query:peppol_id
}
if ( peppol_id != "") {
queryString['filter']='peppolid';
}
if (id$("peppol_id_search_div_frm")) {
queryString['query']=$F("query");