Remove IdGestiune parameter and update IdPol example value
Changes: - Remove p_id_gestiune parameter from PACK_IMPORT_COMENZI.importa_comanda signature (both package spec and body) - Update VFP sync-comenzi-web.prg to remove ?goSettings.IdGestiune from Oracle call - Update settings.ini.example with IdPol=39 as example value Simplified order import: IdGestiune is no longer needed as a configurable parameter. Orders now use only IdPol and IdSectie. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -27,7 +27,7 @@ JsonFilePattern=gomag_orders*.json
|
||||
AutoRunAdapter=1
|
||||
|
||||
[ROA]
|
||||
IdPol=NULL
|
||||
IdPol=39
|
||||
IdGestiune=NULL
|
||||
IdSectie=NULL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user