🚀 مُصادَق: تحديث برمجي جديد 2026-05-03 02:07

This commit is contained in:
Hamza-Ayed
2026-05-03 02:07:24 +03:00
parent 8e7bd50c8a
commit 76a6957627
2 changed files with 5 additions and 1 deletions

View File

@@ -375,7 +375,7 @@
try {
const name = document.getElementById('comp-name').value;
const tax = document.getElementById('comp-tax').value;
await API.post('/companies', { name, tax_number: tax });
await API.post('/companies', { name, tax_identification_number: tax });
document.getElementById('company-modal').remove();
renderCompanies();
} catch(err) {