Finish v1.30.06__324
This commit is contained in:
commit
82cc4f989c
@ -10,8 +10,8 @@ apply plugin: 'com.google.gms.google-services'
|
||||
|
||||
android {
|
||||
|
||||
def appVersionCode = 323
|
||||
def appVersionName = '1.30.05'
|
||||
def appVersionCode = 324
|
||||
def appVersionName = '1.30.06'
|
||||
|
||||
signingConfigs {
|
||||
release {
|
||||
|
||||
@ -97,7 +97,6 @@ public class PVOrdiniAcquistoRESTConsumer extends _BaseRESTConsumer {
|
||||
}
|
||||
|
||||
ordineDTO.setChiaveGriglia(ordine.getCodAlis());
|
||||
ordineDTO.setDataCons(UtilityDate.getDateInstance());
|
||||
ordineDTO.setArtRows(artRows);
|
||||
saveDTO.setGestione("O");
|
||||
saveDTO.setOrdineDTO(ordineDTO);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user