Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions apt_packages.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
libxml2-dev
libxslt-dev
1 change: 1 addition & 0 deletions edocument/edocument/doctype/edocument/edocument.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ function show_matching_dialog(frm, matching_data, config) {
function save_matching(frm, dialog, original_data) {
const data = JSON.parse(JSON.stringify(original_data));
const values = dialog.get_values();
if (!values) return; // Validation failed

// Update supplier
if (data.supplier) {
Expand Down
1 change: 0 additions & 1 deletion edocument/edocument/profiles/peppol/matcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,6 @@ def _get_dialog_config(matching_data: dict) -> dict:
"fieldname": "purchase_order",
"label": _("Match to Purchase Order"),
"options": "Purchase Order",
"reqd": 1,
"default": po_data.get("matched"),
}
)
Expand Down