E-INVOICE: Peppol id is used to compose the UBL21, improve check and use
This commit is contained in:
parent
2ba899bdb8
commit
9db299594d
5 changed files with 43 additions and 17 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue