🚀 مُصادَق: تحديث برمجي جديد 2026-05-03 02:07
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user